Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```