Hacker News new | ask | show | jobs
by iandev 1948 days ago
This sounds very interesting to me as my team has had some real struggles figuring out how to deal with things like authentication in Next.js. In one case, we've rolled our own oauth with a completely separate express api. In another, we still haven't quite decided. I've been on the lookout for a sort of Node equivalent of Rails.
1 comments

> I've been on the lookout for a sort of Node equivalent of Rails.

May I ask why particularly rails?

Rails is often regarded as the Get Shit Done framework.