All Projects → miguelgrinberg → Socketio Examples

miguelgrinberg / Socketio Examples

Licence: mit
A few examples that demonstrate the features of the Python Socket.IO server

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Socketio Examples

Flask Socketio
Socket.IO integration for Flask applications.
Stars: ✭ 4,523 (+6181.94%)
Mutual labels:  flask, websocket, socket-io
Vue Chat
📲 A web chat application. Vue + node(koa2) + Mysql + socket.io
Stars: ✭ 617 (+756.94%)
Mutual labels:  websocket, socket-io
Socket.io Unity
socket.io client for Unity, power game client with node.js back-end
Stars: ✭ 396 (+450%)
Mutual labels:  websocket, socket-io
Websocket Chat
Websocket based group chat app built with socket.io and react.
Stars: ✭ 689 (+856.94%)
Mutual labels:  websocket, socket-io
Vue Socket.io
😻 Socket.io implementation for Vuejs and Vuex
Stars: ✭ 3,746 (+5102.78%)
Mutual labels:  websocket, socket-io
Laravel Swoole
High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
Stars: ✭ 3,726 (+5075%)
Mutual labels:  websocket, socket-io
Netty Socketio
Socket.IO server implemented on Java. Realtime java framework
Stars: ✭ 5,565 (+7629.17%)
Mutual labels:  websocket, socket-io
Vuex Socketio Plugin
Vuex plugin to integrate socket.io client
Stars: ✭ 34 (-52.78%)
Mutual labels:  websocket, socket-io
Peeplus
python+vue3前后端分离项目
Stars: ✭ 28 (-61.11%)
Mutual labels:  flask, socket-io
Angular Chat
(IM App)Chat App built using Angular and Socket.io
Stars: ✭ 12 (-83.33%)
Mutual labels:  websocket, socket-io
Socket.io Client Dart
socket.io-client-dart: Dartlang port of socket.io-client https://github.com/socketio/socket.io-client
Stars: ✭ 333 (+362.5%)
Mutual labels:  websocket, socket-io
Channelstream
Channelstream is a websocket communication server for web applications
Stars: ✭ 52 (-27.78%)
Mutual labels:  flask, websocket
Socket.io
NodeJS《你画我猜》游戏
Stars: ✭ 255 (+254.17%)
Mutual labels:  websocket, socket-io
Wssip
Application for capturing, modifying and sending custom WebSocket data from client to server and vice versa.
Stars: ✭ 373 (+418.06%)
Mutual labels:  websocket, socket-io
Bolt Python
A framework to build Slack apps using Python
Stars: ✭ 190 (+163.89%)
Mutual labels:  flask, websocket
Codenames
Stars: ✭ 159 (+120.83%)
Mutual labels:  flask, socket-io
Flask Full
starter/boilerplate flask application with celery, mongoengine, signals, shell commands, swagger api docs and sphinx docs integration
Stars: ✭ 117 (+62.5%)
Mutual labels:  flask, socket-io
Dino
Distributed notifications using websockets
Stars: ✭ 142 (+97.22%)
Mutual labels:  flask, socket-io
Bowtie
Create a dashboard with python!
Stars: ✭ 724 (+905.56%)
Mutual labels:  flask, socket-io
Beaver
💨 A real time messaging system to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps.
Stars: ✭ 1,056 (+1366.67%)
Mutual labels:  websocket, socket-io

Socket.IO Examples

This repository contains a few examples that demonstrate the features of the Python Socket.IO server in combination with Flask.

How to Run

First create a virtual environment and import the requirements.

One of the demos uses the Google Maps API. For that demo to work you need to request a Google Maps API key from Google, as described here.

To start the server, run:

(venv) $ export GOOGLE_MAPS_KEY=<your-google-maps-key>
(venv) $ export FLASK_APP=socketio_examples.py
(venv) $ flask run

Finally, open http://localhost:5000 on your web browser to access the application.

Note: You can run the application without a Google Maps key. All the demos except "Where do you live?" will work just fine.

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