https://github.com/hauntedhost/stream-test
Tiny node server to test HTTP/2 request streaming
https://github.com/hauntedhost/stream-test
Last synced: 11 months ago
JSON representation
Tiny node server to test HTTP/2 request streaming
- Host: GitHub
- URL: https://github.com/hauntedhost/stream-test
- Owner: hauntedhost
- Created: 2023-12-13T06:01:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T07:21:22.000Z (over 2 years ago)
- Last Synced: 2023-12-13T08:58:15.311Z (over 2 years ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Stream Test
Tiny node server to test HTTP/2 request streaming.
## Usage
```
npm install
bin/genkeys.sh
npm run dev
bin/test.sh
```