From 9429c419da249b147fa0cd3d96122e0708d9d9ba Mon Sep 17 00:00:00 2001 From: Muhammad Hamza <muhammadhs@pm.me> Date: Wed, 20 Feb 2019 21:46:37 +0500 Subject: [PATCH] added a library of websocket --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22ee54f..87c404f 100644 --- a/README.md +++ b/README.md @@ -1267,6 +1267,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [django-channels](https://github.com/django/channels) - Developer-friendly asynchrony for Django. * [django-socketio](https://github.com/stephenmcd/django-socketio) - WebSockets for Django. * [WebSocket-for-Python](https://github.com/Lawouach/WebSocket-for-Python) - WebSocket client and server library for Python 2 and 3 as well as PyPy. +* [python-socketio](https://github.com/miguelgrinberg/python-socketio) - Python implementation of the Socket.IO realtime client and server. # Services -- GitLab