Create backend
authorgparant <g.parant@thecodingmachine.com>
Sat, 4 Apr 2020 02:08:12 +0000 (04:08 +0200)
committergparant <g.parant@thecodingmachine.com>
Sat, 4 Apr 2020 02:08:12 +0000 (04:08 +0200)
commitba335aa33dbf07dec2cb75c1389a08fa1c1c5c53
treead787e173871b952aed516fa7a211fe4f848cf8f
parentc0e75ae07eab4e2001909a898d9cb641a532f570
Create backend

 - NodeJs
 - Express
 - Socket.io
 - Eslint
 - TypeScript
back/.eslintrc.json [new file with mode: 0644]
back/.gitignore [new file with mode: 0644]
back/package.json [new file with mode: 0644]
back/server.ts [new file with mode: 0644]
back/src/App.ts [new file with mode: 0644]
back/src/Controller/IoSocketController.ts [new file with mode: 0644]
back/src/Model/Websocket/JoinRoomMessage.ts [new file with mode: 0644]
back/tsconfig.json [new file with mode: 0644]
back/yarn.lock [new file with mode: 0644]
docker-compose.yaml