Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamssen/http-study-with-node-socket
https://github.com/iamssen/http-study-with-node-socket
http net node socket
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamssen/http-study-with-node-socket
- Owner: iamssen
- Created: 2019-12-13T15:01:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T16:58:52.000Z (over 1 year ago)
- Last Synced: 2023-04-27T17:26:10.337Z (over 1 year ago)
- Topics: http, net, node, socket
- Language: TypeScript
- Homepage: https://medium.com/@iamssen/node-js-net-module%EC%9D%84-%EC%82%AC%EC%9A%A9%ED%95%B4%EC%84%9C-http-%EC%A0%80%EC%88%98%EC%A4%80-%EC%9D%B4%ED%95%B4%ED%95%98%EA%B8%B0-4835618ec46
- Size: 378 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run Scripts
```
npm install ts-node -g# run a script
ts-node 1-socket.ts# or watch a script
bash ./watch.bash 1-socket.ts
```