IronPython Webframework

前端 未结 3 2173
孤城傲影
孤城傲影 2021-02-12 22:00

There seem to be many excellent web frameworks for Python. Has anyone used any of these (Pylons, Web2Py, Django) with IronPython?

3条回答
  •  旧时难觅i
    2021-02-12 22:52

    Django has been run on IronPython before, but as a proof-of-concept. I know the IronPython team are interested in Django support as a metric for Python-compatibility.

    Somewhat related is the possibility to use IronPython with ASP.NET and ASP.NET MVC, which is probably more mature.

提交回复
热议问题