https://github.com/carrington-dev/websocket
Websockets Tutorials For Beginners
https://github.com/carrington-dev/websocket
Last synced: over 1 year ago
JSON representation
Websockets Tutorials For Beginners
- Host: GitHub
- URL: https://github.com/carrington-dev/websocket
- Owner: Carrington-dev
- Created: 2024-06-11T19:28:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T12:07:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T11:45:02.873Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
echo "# websocket" >> README.md
git init
git add .
git commit -m "First lessons on websockets tutorial in python"
git branch -M main
git remote add origin git@github.com:Carrington-dev/websocket.git
git push -u origin main
# websocket
# websocket
```bash
# Reload automatically
https://websockets.readthedocs.io/en/stable/howto/autoreload.html
# Authentication
https://websockets.readthedocs.io/en/stable/topics/authentication.html
```