Skip to content

Simple Socket.IO implementation for Django server with JS client

Notifications You must be signed in to change notification settings

quan-bm/socketio-django-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

SocketIO implementation for Django server


Packages

Django==4.2.4 
django-cors-headers==4.2.0 
eventlet==0.33.3
python-socketio==5.8.0

Run the server

gunicorn -k eventlet server.wsgi:application --reload

Reference: https://www.botreetechnologies.com/blog/django-websocket-with-socketio/

Run the client

Using VSCode extension: Live Preview. Right click on index.html and choose Show Preview.

The client will be running at http://127.0.0.1:3000

About

Simple Socket.IO implementation for Django server with JS client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published