Skip to content

Chat rooms in real time developed with Golang and React, in the server was implemented Gin Framework and Web Socket for chat communication in real time, in the Frontend was used the Webpack tool for packaging and task automation, site styles were made with SASS, a Docker and Docker-compose configuration was implemented, the deployment was done o…

Notifications You must be signed in to change notification settings

cfabrica46/chat-gin-web-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Chat rooms in real time developed with Golang and React, in the server was implemented Gin Framework and Web Socket for chat communication in real time, in the Frontend was used the Webpack tool for packaging and task automation, site styles were made with SASS, a Docker and Docker-compose configuration was implemented, the deployment was done o…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published