Live data from Hacker News

Ask HN: What frameworks are currently used in a modern web stack?

news.ycombinator.com

21–30 of 125 posts

Re: Ask HN: What frameworks are currently used in a modern web stack?

#28
post #7

Angular 1.5, Tornado 4.2 & RethinkDB 2.3.5 for me. Tornado coroutines play beautifully with Rethink queries and change feeds. I've also got a proprietary C++ framework in the middle tier, so some of the server processes are C++ Python hybrids. Fortunately Tornado makes it easy to dispatch events into the C++ code via a think wrapper built in Python's C++.

...might want to rethink rethink http://www.defstartup.org/2017/01/18/why-rethinkdb-failed.ht...

Re: Ask HN: What frameworks are currently used in a modern web stack?

#30

ASP.NET Core is a lean and composable framework for building web and cloud applications. ASP.NET Core is fully open source and available on GitHub. ASP.NET Core is available on Windows, Mac, and Linux.

I'm excited about the future of .net core on linux but I'm waiting to hear some success stories.

Have you built something significant with it you can point to? This is not snark - I'd really love to hear about it.

Post reply on HN