In this repo we have the skeleton to build a basic REST API for a simple blog application.
To build it we are using nodejs
together with the express
framework.
-
Videos:
- Some videos on basic HTTP servers written in node, using the built-in module
http
instead of express. Good for basic knowledge - Videos about express:
- Some videos on basic HTTP servers written in node, using the built-in module