What is the best way to use F# in a web development situation in order to make the most of the language? E.g. on its own with something like the Websharper framework, or together with C# and design tools, or otherwise.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It does depend on what kind of web development you’re doing.
If you want to “make the most of the language” then I think WebSharper will do this – it will ease a lot of issues and make developing web applications more similar to developing non-web applications.
But, if the web development is not that complex then sticking just with F# and C# may be better than adding a major dependency on a package like WebSharper.