workadventure/back
gparant e8da727cae Refactor and fix error hydration message socket io
- Position message send will be on format :
message :
                    userId : user identification
                    roomId: room identification
                    position: position of user in map
                        x: user x position on map
                        y: user y position on map
 - Create Point object and interface to have position x and y of user in map.
2020-04-04 16:25:03 +02:00
..
src Refactor and fix error hydration message socket io 2020-04-04 16:25:03 +02:00
.eslintrc.json Create backend 2020-04-04 04:08:12 +02:00
.gitignore Add io socket message to share user position. 2020-04-04 12:42:02 +02:00
package.json Setup web-socket connection 2020-04-04 14:05:18 +02:00
server.ts Create backend 2020-04-04 04:08:12 +02:00
tsconfig.json Refactor and fix error hydration message socket io 2020-04-04 16:25:03 +02:00
yarn.lock Setup web-socket connection 2020-04-04 14:05:18 +02:00