antoaravinth / lets-build-express
- воскресенье, 17 июня 2018 г. в 00:14:54
JavaScript
This repo contains chapters which explains how one can build a minimal express library.
This series of chapters will teach you how to create the express
library from scratch. This will help us understand how express
actually works, behind the scenes. I will use the same code, variable names, and so forth from express
itself, so that people can read this tutorial and feel free to contribute to express
directly.
I find people do often get confused with how next
works, or how route order works in express
. By building the express
library, we can gain a more solid understanding. Also, it's fun!
Each chapter will build express
step by step with running examples.
Here is the TOC:
next
functionsend
on response
(WIP)Its work in progress, but minimal working library and the corresponding tutorial is done.
Feel free to improve this repo: grammar mistakes, technical glitches, maybe translations? Happy to accept PRs.
[MIT] (https://github.com/antoaravinth/lets-build-express/blob/master/LICENSE.md)