flâneur — a map of the web's best reading

Seva Zaikov - Node.js Fundamentals: Web Server Without Dependencies

blog.bloomca.me · 3,308 words · saved by 1 readers

Node.js is a pretty popular choice to build web servers, and has plenty of mature web frameworks, such as express, koa, hapijs. In this tutorial, though, we’ll build a working server without any dependencies, using only core Node’s http package, exploring all important details one by one. While this is not something you see every day, it can help to understand all these frameworks better – not only existing libraries use this package under the hood, but also often expose raw objects, and you might need to use them for some very specific tasks.

Node.js Fundamentals: Web Server Without Dependencies projects articles Electron moocs --> about Node.js is a pretty popular choice to build web servers, and has plenty of mature web frameworks, such as express , koa , hapijs . In this tutorial, though, we’ll build a working server without any dependencies, using only core Node’s http package, exploring all important details one by one. While this is not something you see every day, it can help to understand all these frameworks better – not only existing libraries use this package under the hood, but also often expose raw objects, and you mig

Explore this link on the map →

saved by

related reading