https://github.com/mpolinowski/go_gorilla_websockets
Example code for a Go Websocket Chat App
https://github.com/mpolinowski/go_gorilla_websockets
websocket-client websocket-server websockets websockets-chat
Last synced: 2 months ago
JSON representation
Example code for a Go Websocket Chat App
- Host: GitHub
- URL: https://github.com/mpolinowski/go_gorilla_websockets
- Owner: mpolinowski
- Created: 2021-09-29T06:46:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T06:46:32.000Z (over 3 years ago)
- Last Synced: 2025-01-28T19:17:48.496Z (4 months ago)
- Topics: websocket-client, websocket-server, websockets, websockets-chat
- Language: Go
- Homepage: https://mpolinowski.github.io/devnotes/2021-09-10--go-websockets
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Websockets in Go
This project are my notes following along a tutorial by [tsawler](https://github.com/tsawler/) and can be found [on Github](https://github.com/tsawler/ws-udemy).
## Usage
Start the application with:
```bash
go run src/web/*.go
```or the following command on Windows (I think?):
```bash
go run src/web/.
```