An open API service indexing awesome lists of open source software.

https://github.com/josealejandro2928/mini-express-library

A minimal implementation of a web server based in express architecture using only build-in node modules like path, http, and fs. The core class is AppServer that create a instance of Server calling createServer from node:http
https://github.com/josealejandro2928/mini-express-library

api server

Last synced: 16 days ago
JSON representation

A minimal implementation of a web server based in express architecture using only build-in node modules like path, http, and fs. The core class is AppServer that create a instance of Server calling createServer from node:http

Awesome Lists containing this project