https://github.com/tandavala/go-chat
A WebSocket based web chat
https://github.com/tandavala/go-chat
css golang html javascript real-time scalability websocket
Last synced: 3 months ago
JSON representation
A WebSocket based web chat
- Host: GitHub
- URL: https://github.com/tandavala/go-chat
- Owner: tandavala
- License: mit
- Created: 2021-08-08T19:54:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T04:54:37.000Z (almost 5 years ago)
- Last Synced: 2025-12-17T11:28:39.754Z (6 months ago)
- Topics: css, golang, html, javascript, real-time, scalability, websocket
- Language: Go
- Homepage:
- Size: 10.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go chat
This repository contains the code for websocket chat
# the stack
- golang
- javascript
- html
- css
# how to run
1. Clone the code
```
https://github.com/tandavala/go-chat.git
```
2. Install [gorilla websocket](https://github.com/gorilla/websocket)
```
go get github.com/gorilla/websocket
```
3. Build
```
go build -o chat
```
4. Run
```
./chat
```