Blog
Notes, product updates, and how Server is built.
Server.js 1.0 released, for Node.js 8 LTS
I released the first official version of server.js, a library to make developing a web server in Node.js a lot easier. Based on express, socket.io, helmet and m
Read postGetting a great npm name
Note: thanks to npm making this possible and for their awesome support.
Read postAbout server.js
I have taught Node.js + express.js to quite some people and there’s always a point where I just have to say: “this part is way too complex to explain at this po
Read postServer.js beta 1 released
This release marks the end of a way longer than expected development cycle and the first public release for testing. The core functionality for this version is
Read postAsync/Await are awesome
It just became apparent to me that an async function that is called returns a Promise and that is really great. The reason is that there are few libraries that
Read postServer’s middleware ♥ Promises
This is the journey of creating a simple and powerful server for Node.js.
Read post