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

https://github.com/anshulrgoyal/liblessserver

An attempt to write a fully functional server without package.json
https://github.com/anshulrgoyal/liblessserver

no no-framework node without-npm

Last synced: 4 months ago
JSON representation

An attempt to write a fully functional server without package.json

Awesome Lists containing this project

README

          

LibLessServer

This is attempt to write a Nodejs Server without any npm module and with out any framework.Comments and suggestions are most welcomed .

Contains the Example for :


1 baseurl

2 jsonwebtoken

3 express

4 request

CLI Tool


command

```bash
node cli url --time 1000 --request 2000 --interval 1000 --method get --body "hello" --statusCode 200
```