https://github.com/thomwright/node-keepalive-test
Testing TCP keepalive using Node.js
https://github.com/thomwright/node-keepalive-test
Last synced: 2 months ago
JSON representation
Testing TCP keepalive using Node.js
- Host: GitHub
- URL: https://github.com/thomwright/node-keepalive-test
- Owner: ThomWright
- Created: 2020-10-23T21:27:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-23T21:28:13.000Z (over 4 years ago)
- Last Synced: 2025-01-18T17:57:06.849Z (4 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js keepalive test
- Build Docker image for server: `npm run docker-build`
- Build: `npm run build` or `npm run build-watch`
- Run server: `npm run start-server`
- Run client: `npm run start-client`
- Check out socket states in the container: `docker exec -it keepalive-test-server netstat -tno`