Add Socket.IO server

This commit is contained in:
aronmal 2022-10-28 22:21:37 +02:00
parent 84a15794e6
commit cb66141806
Signed by: aronmal
GPG key ID: 816B7707426FC612
5 changed files with 2752 additions and 0 deletions

11
backend/.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
# production
/build
/log
# dotenv
.env