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

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

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`