Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaviral17/go-chat
https://github.com/yaviral17/go-chat
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaviral17/go-chat
- Owner: yaviral17
- Created: 2024-07-14T05:52:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T18:33:03.000Z (6 months ago)
- Last Synced: 2024-09-17T09:18:08.735Z (4 months ago)
- Language: Go
- Size: 4.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About Project
**This is a simple project to demonstrate implementation WebSockets in GoLang to make simple chat app.**# How to use ?
- Run the server by **`go run main.go`** command
- Use **`http://localhost:8080/ws`** url to interact with server by using postman or by running the **`public/index.html`** file### Feel free to tickle the code 💚