9 years ago
2
A full-stack isomorphic web framework built on top of Node.js, AngularJS and PostgreSQL | Node on Fire
A full-stack isomorphic web framework built on top of Node.js, AngularJS, PostgreSQL.
Continue Reading http://nodeonfire.org
Join the Discussion
It's interesting to see a stack like this built using PostgreSQL rather than the usual NoSQL flavor. I've been resistant in trying NoSQL based stacks, since the types of data sets I usually work with are very relational and from my understanding that's not one of NoSQL's strengths. Any idea if the ORM is a third party library, or something they cooked up as part of this repo?
This is interesting and I may play around with it, though with TypeScript if it isn't too difficult to integrate. Btw, you may want to cross post this to the /r/Angular tribe.
It looks like it uses Knex.js and probably just throws a simple 'Model' layer on top of that for you to use. I'll go ahead and cross post now. Thanks!