A chat app server for fun with friends and family.
Before running the server, you need to copy the env_vars.example file to a new file named env_vars, and fill in all the appropriate environment variables.
NOTE: this server requires a TLS certificate to run locally. This entails all work required to generate and maintain certs. This may also involve editing your hosts file to make it run.
TODO: Make server run locally without above TLS requirement.
TODO: Refactor and start writing tests