Ask HN: What frameworks are currently used in a modern web stack?
1–10 of 125 posts
I'm curious which tools and frameworks are popular amongst today's web developers.
Re: Ask HN: What frameworks are currently used in a modern web stack?
#2Check this out...
and their blog for featured posts...
Re: Ask HN: What frameworks are currently used in a modern web stack?
#3I'm using LAMoPy - Linux, Apache, Mongo, Python (flask)
I don't buy into the whole Node.js thing, I much prefer the stability and maturity of apache. Mongo just because it's easy to use with python, and python because I love it <3
Re: Ask HN: What frameworks are currently used in a modern web stack?
#4I'd be more curious to see a timeline of which tools and frameworks were popular over the last 10 years. I bet the amount of churn would surprise people.
Re: Ask HN: What frameworks are currently used in a modern web stack?
#5I'd be more curious to see a timeline of which tools and frameworks were popular over the last 10 years. I bet the amount of churn would surprise people.
I didn't know the website, thanks!
Re: Ask HN: What frameworks are currently used in a modern web stack?
#6while True
the javascript framework I created this morning, which I think is better than others
Re: Ask HN: What frameworks are currently used in a modern web stack?
#7Angular 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?
#8The 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.
Re: Ask HN: What frameworks are currently used in a modern web stack?
#9What color are your socks?
Re: Ask HN: What frameworks are currently used in a modern web stack?
#10The 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?