Simple chat with websocket go backend and react frontend
Find a file
2024-03-23 22:09:03 +03:00
client Improve client 2024-03-23 19:21:56 +03:00
server Add broadcasting 2024-03-23 18:17:38 +03:00
.gitignore Initial commit 2024-03-23 15:50:30 +03:00
docker-compose.yml Add installing npm packages on start, add dending client from server 2024-03-23 22:09:03 +03:00
LICENSE Initial commit 2024-03-23 15:50:30 +03:00
README.md update readme 2024-03-23 19:22:05 +03:00

wschat

Simple chat with websocket go backend and react frontend

About

This web application functions as an instant messenger without the need for authorization and message history storage. Anyone who opens the page can write a message in the public chat and receive messages from everyone connected at the same time.

Build

To build and run locally for use docker compose up