Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T22:17:55.000Z (about 2 years ago)
- Last Synced: 2023-03-02T11:12:08.756Z (almost 2 years ago)
- Topics: go, golang, react, reactjs, websockets
- Language: JavaScript
- Homepage: https://tutorialedge.net/projects/chat-system-in-go-and-react/
- Size: 595 KB
- Stars: 60
- Watchers: 1
- Forks: 31
- Open Issues: 26
-
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.