-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate Python Server from Flask SocketIO to FastAPI. #19
Comments
I would like to try this issue @PradyumnaKrishna |
Are you stuck somewhere @Tushar98644? I can assist you if you want. |
Hey @Tushar98644 I am unassigning you from this issue, since there is no progress. Let me know if you are working on it. |
I am eager to take on this task and contribute to the migration of our server. Assigning me this issue will allow me to begin working on the necessary changes and explore the benefits of FastAPI with websockets. |
Hey @AishwaryaSatpute1, do you want any help? |
Thank you .Right now , I don't need any help , working on it ! |
Description
I am looking to migrate python server from flask socketio to FastAPI with websockets support. This issue only requires to converts the
/
,login
andconnect
endpoints from flask to FastAPI.You will use the same sqlite database connector provided in database.py but it will require some modification and use of
aiosqlite
package.This issue only aims to try a new alternative and prepare to reach our next goal, to move from SocketIO to websockets. Once basic fastapi server is built, we will start with adding websockets to fastapi server and how to create user sessions.
Please raise the Pull Request to
fastapi-server
branch, and feel free to ask anything.The text was updated successfully, but these errors were encountered: