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
- Host: GitHub
- URL: https://github.com/anshulrgoyal/liblessserver
- Owner: anshulrgoyal
- License: mit
- Created: 2018-08-05T08:06:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T14:27:41.000Z (over 7 years ago)
- Last Synced: 2025-10-10T04:44:35.523Z (8 months ago)
- Topics: no, no-framework, node, without-npm
- Language: JavaScript
- Size: 67.4 KB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```