Live data from Hacker News

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

news.ycombinator.com

1–10 of 125 posts

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

#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++.

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

#10

The hipster stack is an interesting one. Elixir + Phoenix framework, GraphQL, React. Honestly, though, I'm doing everything with GraphQL now. It is a huge benefit for all aspects of application stack design now.

Did GraphQL fix the authorization problems? Locking resources and attributes to authorised users?
Post reply on HN