My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
Bamgboye Oluwatosin

2 comments

Raphael Ejeogo
Raphael Ejeogo
Apr 12, 2024

What tech stacks did you use to build this?

1
·
·1 reply
Bamgboye Oluwatosin
Bamgboye Oluwatosin
Author
·Apr 12, 2024

Flask ( a Python framework), is utilized for the backend. However, it's not the optimal choice as my project heavily relies on websockets. Flask operates as a WSGI, which isn't well-suited for synchronous protocols like websockets. So, I intend to migrate to fastAPI.

For the frontend, HTML, CSS, and JavaScript are used.

·