Releases: Fullavatar/WebSocketChat
Releases · Fullavatar/WebSocketChat
v1.1.0
v1.0.0
Release Notes - Version 1.0.0
🚀 Initial Release
Here is the first stable version (v1.0.0) of our Real-Time Chat Server! This marks the foundation of the project, providing essential WebSocket communication between the Go server and the Godot client.
🔥 Features
- WebSocket Server: A real-time chat server built in Go.
- Client in Godot: Basic chat functionality implemented in Godot 4.4.
📌 Installation & Usage
1️⃣ Clone the repository
git clone https://github.com/Fullavatar/WebSocketChat.git
cd WebSocketChat2️⃣ Run the server
go build -o Builds/Server.exe ./cmd/main.go
./Builds/Server.exe3️⃣ Run the client
- Open the
Client/folder in Godot 4.4. - Export the project as
Builds/Client.exe.