Grails( https://grails.org/ ) if you want "rails" in the java world
Ask HN: What frameworks are currently used in a modern web stack?
61–70 of 125 posts
Re: Ask HN: What frameworks are currently used in a modern web stack?
#62Java and or JavaScript ?
Re: Ask HN: What frameworks are currently used in a modern web stack?
#63I'd like to throw in ArangoDB (multi-model NoSQL database) which I switched to after RethinkDB was shut down. https://www.arangodb.com/
I'm using RethinkDB right now, but I would probably switch back to Postgres if I had to use something that didn't have change feeds.
Re: Ask HN: What frameworks are currently used in a modern web stack?
#64Re: Ask HN: What frameworks are currently used in a modern web stack?
#65Re: Ask HN: What frameworks are currently used in a modern web stack?
#66[1]: http://nancyfx.org/
Re: Ask HN: What frameworks are currently used in a modern web stack?
#67Laravel, Nginx, PHP 7.0 and Postgres/MySQL.
I used Laravel for some projects that deal a few users. Where I work, we are reviewing different stacks for a project that will deal with a bigger quantity of users and I would really like to use Laravel, does Laravel have some performance issues or similar stuff when dealing with lot of users?
Re: Ask HN: What frameworks are currently used in a modern web stack?
#68Earlier quoted context omitted.
Great stack. I prefer to rock NGINX instead of Apache these days, which they call "LEMP".
Isn't nginx for static pages mostly, and it proxies load-balance/dynamic-content to other servers behind, will LEMP make development less straightforward comparing to LAMP? I'm actually using lighttpd these days due to its light-weight, and dynamic/static page support all-in-one.
Re: Ask HN: What frameworks are currently used in a modern web stack?
#69Earlier quoted context omitted.
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.
I've spent at least the last 10 years (including Uni days) writing mostly Java or .NET in some form or other. I don't mind Java, I generally like using Java 8, but I would happily be writing C# instead if I could run it as easy in as many places. The syntactic sugar, Linq, the latest MVC framework, etc- are generally much faster to get moving in and don't require the configuration hell you can run into w/ Java. Howev…
.Net core runs on linux, so you don't even need a windows server.