Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tom32i/go-websocket
Go Websocket POC
https://github.com/tom32i/go-websocket
Last synced: 21 days ago
JSON representation
Go Websocket POC
- Host: GitHub
- URL: https://github.com/tom32i/go-websocket
- Owner: Tom32i
- Created: 2023-10-19T14:21:14.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-23T17:28:14.000Z (12 months ago)
- Last Synced: 2024-04-14T06:05:19.944Z (7 months ago)
- Language: JavaScript
- Homepage: https://go.tom32i.fr
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Websocket
## Start the dev server
make start
http://localhost:8034
## Start the prod server
make build
bin/server --port 8034