# README
chat-gin-web-socket
Free room chat practice done in golang and react
Run LocalHost
If you want to run the project locally on your pc you will have to create the following .env into chat-gin-web-socket/
PORT=8080
HOST=localhost
SCHEME=ws
IMPORTANT!
If you don't configurate .env the server will have wss://cfabrica46-chat.herokuapp.com as host
Run With Docker
Compile
docker build -t chat .
Execute
docker run --name chat -p 8080:8080 chat