WebSharper can work as an ASP.NET module, so the easiest way to launch your application is to run xsp4 (the ASP.NET mono server itself) in the project folder. This is good as a fast server for testing; for production, you better set up a server, such as Apache or nginx .
Another solution would be to use the websharpersuave template, which creates a self-service executable.
source share