Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 359 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 359 Bytes

Simple server

A simple server implementation for educational purposes.

Has a similar api to express for registering routes and handles asynchronous operations inside route handlers.

The purpose of this repository is nothing more than implementing a server with Node's native tooling and learn with it.

Feel free to read through it if you like.