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.