Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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.