FastAPI Websockets | Create real-time polling app with FastAPI | abdadeel

preview_player
Показать описание
Hallo!
Fastapi is the modern python web development framework known for it's speed and simplicity. In this vide, I have demonstrated an application that leverages websocket functionality that comes backed with FastAPI.

Tech Stack:
- FastAPI
- SQLModel
- Nextjs (Typescript)
- Tailwind

Links

Get in touch!
- 🤡 Discord username: #abdadeel4648

@abdlogs
#abdadeel #discord #react #typescript #nextjs #fastapi #code #websocket #realtime #poll
Рекомендации по теме
Комментарии
Автор

Great video! Your content is amazing. Just a small suggestion, if you could improve the microphone quality a bit more, it could take your channel to the next level. Keep up the good work!

AbdulrahmanDawoud-mv
Автор

Nice video. I'd like to ask you how would you deal with sharing websocket connections between multiple FastAPI workers. I am currently dealing with this issue, and I am trying to avoid external tools such as Redis, and I don't know how to properly - and I don't think it is at all possible - store a websocket connection in a database. Any tips?

paulomtts