Developing a web app with Mono (opensource .NET) any examples?

对着背影说爱祢 提交于 2019-12-03 08:14:36

To get F# dev environment for Mac/Linux setup:

For Ubuntu 12.04 specifically:

To Get Fsharp to work with MonoDevelop 2.6 or greater you have to use one of forks of:

Nancy looks like a good URL routing option which is all I really need:

And for F# Mono stuff for Nancy including Djano templating:

You can use the command line NuGet install tool (which is basically like Javascripts npm or Java's maven):

Once I install the Fsharp Powerpack I should have in theory LINQ to use for persistence.

And If Nancy does not work out there appears to be a standard called OWIN (it appears to be analogous to Python's WSGI).

Other OWIN compliant projects: http://owin.org/#projects

UPDATE

Looks like ServiceStack has some good stuff also and seems to be gaining some traction. In terms of Mono you mainly want to look at daemon doc.

Check out XSP (about halfway down this page)

Mono & ASP.NET

And besides WebSharper which Daniel mentioned there's also Bistro.

Hope that helps.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!