21 lines
301 B
Markdown
Raw Permalink Normal View History

2024-01-03 21:22:52 +09:00
# sockets
2023-06-26 03:16:43 -05:00
2024-01-03 23:27:31 +09:00
- makes a TCP connection to tcpbin.com:4242 and sends message.
2023-06-26 03:16:43 -05:00
## Development
### Requirements
This project requires these tools to be installed globally.
* wrangler
2023-06-26 03:25:45 -05:00
* go
2023-06-26 03:16:43 -05:00
### Commands
```
2024-01-03 23:27:31 +09:00
make dev # run dev server
make build # build Go Wasm binary
2023-06-26 03:16:43 -05:00
make deploy # deploy worker
```