Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

(UNMAINTAINED) socket.io client/server example with Bocadillo, python-socketio and socket.io-client

License

Notifications You must be signed in to change notification settings

bocadilloproject/socketio-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socket.io example

socket.io client/server example with Bocadillo, python-socketio and socket.io client.

This is a reproduction of the the socket.io chat tutorial, but using:

  • python-socketio instead of socket.io as a server-side socket.io backend.
  • Bocadillo instead of Express as a web application server.

Install

Requires Python 3.6+.

  • Python dependencies:
pip install bocadillo python-socketio
# OR
pipenv install
  • Node.js dependencies:
npm install

Quick start

  1. Fire off the server:
python app.py
  1. Open up a web browser at http://localhost:8000, and start chatting!

License

MIT

About

(UNMAINTAINED) socket.io client/server example with Bocadillo, python-socketio and socket.io-client

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published