From 241e5e000db3103aedd171fc75d3b79c244e9746 Mon Sep 17 00:00:00 2001 From: "Eng. Elias" Date: Fri, 3 Nov 2023 22:51:35 +0300 Subject: [PATCH] :handshake: Update README.md to add python-socketio (#230) Co-authored-by: Jeff Triplett --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 80ff2f6..c36c739 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,8 @@ _A short list of Python packages that work well with Django._ - [python-decouple](https://github.com/henriquebastos/python-decouple) - Strict separation of settings from code. - [python-slugify](https://github.com/un33k/python-slugify) - Returns unicode slugs. - [sentry-python](https://github.com/getsentry/sentry-python) - Error reporting SDK. +- [python-socketio](https://github.com/miguelgrinberg/python-socketio) - Python implementation of the Socket.IO_ realtime client and server. [(create Socket.io Django server instance)](https://python-socketio.readthedocs.io/en/latest/server.html?highlight=django#creating-a-server-instance) +- [whitenoise](https://github.com/evansd/whitenoise) - Simplified static file serving for Python websites. ## Resources