This project is a WebSocket server written in Go. It allows real-time communication between clients and the server.
- Go version 1.16 or higher
- Git
-
Clone the Repository
git clone https://github.com/yossev/go-websocket-chat.git cd go-websocket-chat
-
Install Dependencies
go mod tidy
-
Run the Server
```sh
go run main.go
```
1 - Run the server.go
file.
2 - Run the HTML File using any live preview
extension, example
Coming Soon!
- Enpoint '/chat'
- Method
GET
- Description: Establishes a WebSocket connection with the server.
- gorilla/websocket - WebSocket Library for Go.
Paintapp.2024.07.19.-.21.39.11.01.mp4
- Add Mutlimedia sharing
- Publish on a Domain