Tag: expressjs
openKB - Open Source Nodejs Markdown based knowledge base (FAQ) app
openKB is an open source Markdown based Knowledge base application (FAQ) built with Nodejs and ExpressJS. The application uses an embedded database (nedb) for easy installation without a full Database server.The application is designed to be easy to
Ensure Express App has started before running Mocha/Supertest tests
Seems simple enough but when running tests, I ran into a problem where Mocha/Supertest was not waiting for my Express App to fully start running tests.The relatively easy way to overcome this is to use an event emitter in your Express app and wait