RMS and Controller backend is a suite of tools for high frequency
RMS and Controller backend is a suite of tools for high frequency trading, with backend built using python / tornado as backend and mongodb as NoSQL datastore. The frontend is built using VueJS with Vuetify for components. The frontend communicates to Tornado backend using WebSocket over custom JSON protocol and backend communicates to RMS and Controller Trading servers running trading Strategies using TCP sockets. The use of Tornado was an active design choice due to async requirement due to high network IO.