voithos / swiftcode

Multiplayer, interactive, realtime typing speed game

Home Page:https://swiftcode.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to Promise-based event handling in server-side code

voithos opened this issue · comments

Currently, the server-side code is a callback-noodle soup - switching to a Promise-based approach would be good practice, and nice cleanup.