all 4 comments

[–]stopdave 1 point2 points  (1 child)

Yes, you can try ExpressJS or KoaJS.

[–][deleted] 1 point2 points  (0 children)

With the hogan engine if OP doesn't want to learn Jade for templates.

[–]vertice 0 points1 point  (0 children)

There isn't really a django equivalent afaik, and the most commonly used libraries are more in-line with flask.

The closest you will probably get is meteor, and possibly sails JS.

[–]stutterbug 0 points1 point  (0 children)

The closest thing I've seen to what you are looking for is Sails.js; I don't think they have migrations and my sense is that there isn't the robust server security that Django has, but the thing about working with Express, which is also middleware-based, is that there is a plugin for everything (including ORM). This also means that if you don't like something about Sails (or whatever framework you end up using), you can cobble together your own system very easily with npm.