Add io socket message to share user position.
authorgparant <g.parant@thecodingmachine.com>
Sat, 4 Apr 2020 10:42:02 +0000 (12:42 +0200)
committergparant <g.parant@thecodingmachine.com>
Sat, 4 Apr 2020 10:42:02 +0000 (12:42 +0200)
commit4e1115725b1db58787bbf575918e5fd8e437506e
treeda055abc193b0bcc2507b0d50c53ba05aa7cf4d3
parent63dc515c5bcbf2b9481c5e893c8e20c3245f3847
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
back/.gitignore
back/src/Controller/IoSocketController.ts
back/src/Model/Websocket/JoinRoomMessage.ts [deleted file]
back/src/Model/Websocket/Message.ts [new file with mode: 0644]
back/src/Model/Websocket/MessageUserPosition.ts [new file with mode: 0644]
back/tsconfig.json