Add Socket.IO server
This commit is contained in:
parent
4545f47fff
commit
0b2d42ed33
5 changed files with 2752 additions and 0 deletions
11
backend/.gitignore
vendored
Normal file
11
backend/.gitignore
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue