OraOpenSource / node4ords

Simple node app to act as web listener for Oracle APEX pages
http://www.oraopensource.com/node4ords/
MIT License
23 stars 5 forks source link

Look at using Express Framework #22

Closed martindsouza closed 8 years ago

martindsouza commented 8 years ago

http://www.ateam-oracle.com/oracle-jet-with-nodejs/

dmcghan commented 8 years ago

node4ords already uses Express (see line 1 of app.js). What are you looking to do specifically?

martindsouza commented 8 years ago

@dmcghan When we first started N40 I manually created the structure for everything. This ticket is more of a reminder to see what the best practices are for Express. Specifically npm install express-generator -g from the link above.

martindsouza commented 8 years ago

No change required.