LAMP anyone?
Ask HN: What frameworks are currently used in a modern web stack?
21–30 of 125 posts
Great stack. I prefer to rock NGINX instead of Apache these days, which they call "LEMP".
Re: Ask HN: What frameworks are currently used in a modern web stack?
#22Grails(https://grails.org/) if you want "rails" in the java world
Re: Ask HN: What frameworks are currently used in a modern web stack?
#23ASP.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.
Re: Ask HN: What frameworks are currently used in a modern web stack?
#24Laravel, Nginx, PHP 7.0 and Postgres/MySQL.
Re: Ask HN: What frameworks are currently used in a modern web stack?
#25I still love Django. With vue.js in the client where necessary.
Re: Ask HN: What frameworks are currently used in a modern web stack?
#26No love for Django? Django/Postgres
Re: Ask HN: What frameworks are currently used in a modern web stack?
#27Vue.js is just amazing.
Re: Ask HN: What frameworks are currently used in a modern web stack?
#28Angular 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?
#29Phoenix/Elixir/Vue.js/Postgresql is a very strong/efficient stack IMO these days.
Re: Ask HN: What frameworks are currently used in a modern web stack?
#30ASP.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.