All Projects → ajaichemmanam → react-flask-socketio

ajaichemmanam / react-flask-socketio

Licence: other
This is a base code for testing websocket connection between python flask with socketio as Server and react Webapp as client

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to react-flask-socketio

Skribbl.io-Bot
My try at creating fully automated game bot.
Stars: ✭ 63 (+142.31%)
Mutual labels:  socketio
django-channels-with-socket.io
django channels with socket.io
Stars: ✭ 23 (-11.54%)
Mutual labels:  socketio
boltly
Boltly: The complete Socket.io test client!
Stars: ✭ 16 (-38.46%)
Mutual labels:  socketio
python-flask-app
Start building your next Python Flask app on IBM Cloud.
Stars: ✭ 48 (+84.62%)
Mutual labels:  python-flask
uno-game
🎴 An UNO Game made in Javascript
Stars: ✭ 93 (+257.69%)
Mutual labels:  socketio
bubbly
Full stack chat application created w/ Next.js, Socket.IO, Express, React and TypeScript
Stars: ✭ 24 (-7.69%)
Mutual labels:  socketio
Nine-chat-frontend
采用socketio打造的多人实时通讯多房间在线音乐聊天室
Stars: ✭ 54 (+107.69%)
Mutual labels:  socketio
fao
Party game based on Oink Games' tabletop game, "A Fake Artist Goes to New York." Draw with your phone or a mouse.
Stars: ✭ 70 (+169.23%)
Mutual labels:  socketio
VPSocketIO
socket.io client objective-c
Stars: ✭ 18 (-30.77%)
Mutual labels:  socketio
Tweet-Locator
Tweet locator using ExpressJS, React and Twitter API
Stars: ✭ 109 (+319.23%)
Mutual labels:  socketio
realtime-flask-experiment
Experimenting with PostgreSQL's Listen/Notify and Flask-SocketIO
Stars: ✭ 22 (-15.38%)
Mutual labels:  socketio
heroku-flask-template
A simple, fast and easy-to-deploy Heroku ready flask web app template written in Python.
Stars: ✭ 26 (+0%)
Mutual labels:  python-flask
socketio-shared-webworker
Socket.io client inside a WebWorker thread
Stars: ✭ 85 (+226.92%)
Mutual labels:  socketio
gobang
五子棋小游戏canvas socket.io
Stars: ✭ 38 (+46.15%)
Mutual labels:  socketio
hare
🐇 CLI tool for websockets and easy to use Golang package
Stars: ✭ 40 (+53.85%)
Mutual labels:  socketio
hapio
A simple bridge plugin between HapiJS and SocketIO
Stars: ✭ 21 (-19.23%)
Mutual labels:  socketio
SocketIOUnity
A Wrapper for socket.io-client-csharp to work with Unity.
Stars: ✭ 69 (+165.38%)
Mutual labels:  socketio
luasocketio
socket.io client implemented in pure Lua
Stars: ✭ 20 (-23.08%)
Mutual labels:  socketio
Clother
Clother is an Android client-server app for swapping unused clothes.
Stars: ✭ 22 (-15.38%)
Mutual labels:  socketio
mmpm
MagicMirror Package Manager
Stars: ✭ 104 (+300%)
Mutual labels:  socketio

react-flask-socketio

This is a base code for testing websocket connection between python flask with socketio as Server and react Webapp as client

Run server.py (localhost:5000)
Go to socketapp, Open CMD and type "npm start"
The data sent from python server is being displayed in the browser
Click on "Start/Stop" to start or stop sending data from the server



## Requirements Requires Python 3+
npm i socket.io-client

pip install Flask-SocketIO
pip install gevent-websocket

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].