Servify.js
Its time to ditch Express.js and messy frameworks
Last updated
Its time to ditch Express.js and messy frameworks
Last updated
Servify.js is a simple, quick, and easy to use server deployment tool. It allows you to run a HTTP server using JavaScript. It allows more functionality than just using the built in Node HTTP module, is easier to use than Express.js, and faster than Hapi.js.
Then don't. Servify.js is not a framework; its an API that allows to you to do powerful things in JavaScript. No special knowledge needed.
As long as Node.js is installed, Servify.js can be started up in a couple of seconds with only a few lines of code.
With features such as auto-routing, custom working directories, scheduled restarts, custom favicons, and more, the possibilities are endless. Run a blog, make an API, or anything else!