This repo is to go over how to setup a Tornado application to handle http request and websockets.
In this section we will work on creating the backend server that will be handling all of the http requests and websocket communication to the frontend. For this, we will be using Python version 3.7.3 and the Tornado framework.
Table of Content