Hi, Bob. I think you should try out LoopBack - https://github.com/strongloop/loopback. LoopBack is an open source API framework built on top of Express optimized for mobile and web. It allows you to connect to multiple data sources, write business logic in Node.js, glue on top of your existing services and data, connect using JS, iOS & Android SDKs. LoopBack supports multiple databases such as Oracle, MySQL, MongoDB, PostgreSQL out of box. It also has connectors for existing REST APIs, push notifications and file services. Please note LoopBack is also compatible with Express middlewares.
To facilitate the client side development, LoopBack integrates with AngularJS by generating the controller code from the backend models and APIs. See https://github.com/strongloop/loopback-angular. BTW, Ramstein74 recommends deployd. The core developer of deployd Ritchie is now working on LoopBack! You can find more information on how to migrate from deployd to LoopBack in his blog: http://strongloop.com/strongblog/how-to-migrate-an-mbaas-deployd-to-loopback/ . If you have further questions, feel free to post to https://groups.google.com/forum/#!forum/loopbackjs. Thanks, Raymond On Friday, March 21, 2014 9:20:52 AM UTC-7, Bob Spero wrote: > > I am practicing node.js with an app that is querying an oracle dB. I got > my app to a point where I can pass variables and execute my query > statements. Now I want to begin to display the results in widgets like a > list box on a web page. I used express to build the project bit what can I > use to begins form/web page development? -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
