mirror of
https://github.com/syumai/workers.git
synced 2025-03-10 17:29:11 +00:00
21 lines
301 B
Markdown
21 lines
301 B
Markdown
# sockets
|
|
|
|
- makes a TCP connection to tcpbin.com:4242 and sends message.
|
|
|
|
## Development
|
|
|
|
### Requirements
|
|
|
|
This project requires these tools to be installed globally.
|
|
|
|
* wrangler
|
|
* go
|
|
|
|
### Commands
|
|
|
|
```
|
|
make dev # run dev server
|
|
make build # build Go Wasm binary
|
|
make deploy # deploy worker
|
|
```
|