8000 GitHub - octokerbs/GoChat: Websocket chat app built in Go and React.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

octokerbs/GoChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoChat

Showcase

alt text alt text

Run Locally

To run the app locally you'll need to have installed Go >= 1.19 and NodeJS >= 18.19

  1. Download the repo
git clone https://github.com/KerbsOD/GoChat.git
cd GoChat
  1. Run the frontend
cd Frontend/
npm install
npm run build
npm start
  1. Run the backend
cd Backend/
go mod tidy
go run main.go
  1. Open the page
    Normally the frontend will automatically open the page. If not, you can access it by going to http://localhost:3000

Run on Docker

sudo docker-compose up --build --force-recreate --no-deps

About

Websocket chat app built in Go and React.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0