I'm looking for experienced nodejs developers to help me better design the structure of my open source boilerplate. It can be found here: https://github.com/kieronwiltshire/stridePlease get in touch, my main concerns are within:src/app.jssrc/bootstrap.jssrc/server.jsIdeally, I'd like for the router to be setup from inside app.js rather than inside bootstrap.js, however that makes bootstrap rather pointless as all it does then is load the application event listeners.I'd also like the event listeners loaded in app.js, however that gives me circular dependency issues when testing the application.I'd like to also delete server.js and put that code within bootstrap.js.If anyone has any ideas, please get in touch!
Submitted April 16, 2019 at 06:58PM by KieronWiltshire
No comments:
Post a Comment