https://github.com/tutorialedge/realtime-chat-go-react
An example of a Real-Time Chat Application built using React.js and Go!
https://github.com/tutorialedge/realtime-chat-go-react
go golang react reactjs websockets
Last synced: 12 months ago
JSON representation
An example of a Real-Time Chat Application built using React.js and Go!
- Host: GitHub
- URL: https://github.com/tutorialedge/realtime-chat-go-react
- Owner: TutorialEdge
- Created: 2018-12-08T17:10:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T22:17:55.000Z (over 3 years ago)
- Last Synced: 2025-04-02T21:12:10.921Z (12 months ago)
- Topics: go, golang, react, reactjs, websockets
- Language: JavaScript
- Homepage: https://tutorialedge.net/projects/chat-system-in-go-and-react/
- Size: 595 KB
- Stars: 72
- Watchers: 0
- Forks: 33
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Realtime Chat Application in Go And ReactJS
=============================================
Currently Under Construction
NOTE: at all stages of this project, in order to test server and frontend together, navigate to /frontend, and run $ npm start. This will begin your front end test server on localhost:3000. Then, navigate to /backend and run $ go run main.go. Then, in the browser of your choice, go to localhost:3000.