All Projects → TutorialEdge → realtime-chat-go-react

TutorialEdge / realtime-chat-go-react

Licence: other
An example of a Real-Time Chat Application built using React.js and Go!

Programming Languages

javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language
HTML
75241 projects
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to realtime-chat-go-react

socketio-shared-webworker
Socket.io client inside a WebWorker thread
Stars: ✭ 85 (+39.34%)
Mutual labels:  websockets
gochess
Online real time chess web server using websockets
Stars: ✭ 32 (-47.54%)
Mutual labels:  websockets
apollo-chat-graphql-server
Apollo Chat is a Chat Service build on GraphQL Apollo with Subscriptions
Stars: ✭ 13 (-78.69%)
Mutual labels:  websockets
mojo.js
🦄 The Mojolicious real-time web framework for Node.js
Stars: ✭ 145 (+137.7%)
Mutual labels:  websockets
simple-websocket-server
A simple WebSocket server
Stars: ✭ 26 (-57.38%)
Mutual labels:  websockets
node-red-contrib-blynk-websockets
No description or website provided.
Stars: ✭ 35 (-42.62%)
Mutual labels:  websockets
webfuse
websocket filesystem based on libfuse
Stars: ✭ 23 (-62.3%)
Mutual labels:  websockets
viper
Real-time tracking and analytics using Node.js and Socket.IO
Stars: ✭ 12 (-80.33%)
Mutual labels:  websockets
WebSocketPipe
System.IO.Pipelines API adapter for System.Net.WebSockets
Stars: ✭ 17 (-72.13%)
Mutual labels:  websockets
amazon-ivs-simple-chat-web-demo
⚠️ IMPORTANT ⚠️ This repository is no longer actively maintained and will be archived at the end of 2022. A basic live chat implementation built with WebSockets, that can be used in conjunction with Amazon IVS to build compelling customer experiences for live video streams with chat use cases.
Stars: ✭ 53 (-13.11%)
Mutual labels:  websockets
django-rest-live
Subscribe to updates from Django REST Framework over Websockets.
Stars: ✭ 48 (-21.31%)
Mutual labels:  websockets
Geluid
Made with Electron. Streams audio from your soundcard to a browser in an easy way
Stars: ✭ 29 (-52.46%)
Mutual labels:  websockets
voxeling
Creative mode WebGL voxel game. Runs in Chrome, with multiplayer functionality and very few dependencies
Stars: ✭ 24 (-60.66%)
Mutual labels:  websockets
play2-sockjs
A SockJS server implementation for Play Framework.
Stars: ✭ 60 (-1.64%)
Mutual labels:  websockets
dataviewer-example
📊 Usage examples of dataviewer - https://github.com/jasrodis/dataviewer
Stars: ✭ 15 (-75.41%)
Mutual labels:  websockets
real-time-data-viz-d3-crossfilter-websocket-tutorial
Tutorial on real-time data visualization. Python websocket server & d3.js + crossfilter.js frontend
Stars: ✭ 32 (-47.54%)
Mutual labels:  websockets
real-time-todo
A real time todo list using websockets
Stars: ✭ 22 (-63.93%)
Mutual labels:  websockets
React-Help-Desk
Help desk style live chat with administrative control panel in React, Node.js and Websockets
Stars: ✭ 29 (-52.46%)
Mutual labels:  websockets
typesocket
🌐 TypeScript WebSockets library.
Stars: ✭ 24 (-60.66%)
Mutual labels:  websockets
WebsocketBundle
Provides websocket services for Symfony2, including an in-built server, multiplexing, and semantic configuration. Uses Wrench.
Stars: ✭ 50 (-18.03%)
Mutual labels:  websockets

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].