Mongoose provides a simple, reliable and fast HTTP server which gives us more time to do actual application development instead of
reinventing the wheel by implementing yet another HTTP server.
I built a prototype and Mongoose just fulfilled all the requirements best. The big influences on the decision were that Mongoose is in continuous development,
offers simple integration and easy API. Mongoose clearly won here.
Learn more