Hi,
thought I should get off my backside and get out and see the web / F# world. I wrote a basic F# web stack with URL dispatch/ templating language (partial jinja2 implementation) and some ORM code for postgres and have half a dozen production systems written it it, but haven't done a wider survey of the field and thought I should get out a bit. FSS (F# server) is open source
https://github.com/daz10000/fss and there might be things in there people could use (the templating works standalone for example). I've put less energy into reinventing how web apps get written and more in providing basic F# replacements for common paradigms in the python world. I've been slowly converting some python programmers over, but I'm curious to see what's out there.
If there's a good place to start reading on what else is offered with examples, I'll take pointers. If you want to give Fss a try, there's a few example apps in the source tree and the single lib you need is on nuget. I've gotten a lot of good feedback from python programmers moving over to F# in terms of what they need to write things efficiently, but curious what someone with a more functional eye would make of things. The server has been reasonably based up, but I'm sure there are efficiency improvements to be had. NIce to meet you all regardless,
Darren