Add io socket message to share user position.

- Add message 'user-position' to share position in a room.
 - Change JoinRoomMessage to MessageUserPosition to have all data to share position and user information
 - Fix error alias to build
This commit is contained in:
gparant 2020-04-04 12:42:02 +02:00
parent 63dc515c5b
commit 4e1115725b
6 changed files with 54 additions and 30 deletions

1
back/.gitignore vendored
View file

@ -1,3 +1,4 @@
/dist/
/node_modules/
/dist/bundle.js
/yarn-error.log