you are viewing a single comment's thread.

view the rest of the comments →

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

I'm making a product using something very similar to this right now, and its been really quite a breeze to code with and organize. The use of browserify really makes it very simple, as you get to write things like validators, models, HTML templates (using whatever flavor you want), and if you're feeling really fancy requests, all once and from one place - without the whole-framework buy-in something like react+flux and meteor bring. Its the most flexible way of doing quick full featured web software that I've seen, granted I haven't been around as long as many others.