Say "Hello" to the diverse individuals in our seamless real-time conversational platform.
Running with Docker
Run the following command
# For Production
docker compose pull && docker compose up -d
# For Development
docker compose -f docker-compose-dev.yml up --build -d
- When it is ready, visit here
Go
server and React
server communicate via WebSocket. In addition, Go
server provides a REST API to get all existing chats in the database.