https://github.com/banyudu/pitfall
Pitfall, run a http server that never response.
https://github.com/banyudu/pitfall
Last synced: 4 months ago
JSON representation
Pitfall, run a http server that never response.
- Host: GitHub
- URL: https://github.com/banyudu/pitfall
- Owner: banyudu
- License: mit
- Created: 2020-10-13T06:43:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T04:17:19.000Z (over 3 years ago)
- Last Synced: 2024-04-25T11:41:19.333Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pitfall
Pitfall, run a http server that never response.
## Run without install
```bash
npx pitfall
``````bash
$ npx pitfall 6789
$ curl http://localhost:6789/what-ever-path-you-like# listen on the given port and never response, it's just a pitfall
```## Install
```bash
$ npm i -g pitfall
```