https://github.com/rfpludwick/zonechat-server
Server for the ZoneChat application
https://github.com/rfpludwick/zonechat-server
ansible chat go golang packer terraform
Last synced: about 2 months ago
JSON representation
Server for the ZoneChat application
- Host: GitHub
- URL: https://github.com/rfpludwick/zonechat-server
- Owner: rfpludwick
- License: apache-2.0
- Created: 2021-07-20T20:00:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T20:18:23.000Z (almost 5 years ago)
- Last Synced: 2025-09-04T18:02:15.561Z (10 months ago)
- Topics: ansible, chat, go, golang, packer, terraform
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# ZoneChat Server
This is the server for the ZoneChat application, written in Go. This project
originated from my desire to practice Go a little bit while learning websockets.
I settled upon duplicating the
[chat example](https://github.com/gorilla/websocket/tree/master/examples/chat)
in the [Gorilla websocket](https://github.com/gorilla/websocket) implementation
for Go. I ended up expanding upon it and decided to make a little bit more of a
fully-featured chat application.