workadventure/front
David Négrier 5a3668a12e Refactoring messages
Socket.io can stringify JSON messages itself, so there is no need to pass a string to "emit". You can pass a serializable object!

This commit removes all the useless toJson() methods, JSON.serialize and JSON.parse!

Woot!
2020-05-15 22:04:49 +02:00
..
dist Media webrtcA 2020-05-14 20:39:30 +02:00
src Refactoring messages 2020-05-15 22:04:49 +02:00
.dockerignore Fixing Dockerfiles 2020-04-11 15:11:22 +02:00
.eslintrc.json Adding ESLint for front part 2020-04-04 16:16:20 +02:00
.gitignore Initial commit 2020-04-03 14:56:21 +02:00
Dockerfile Fixing Dockerfiles 2020-04-11 15:11:22 +02:00
package.json Fixing linting 2020-05-01 23:48:30 +02:00
tsconfig.json Initial commit 2020-04-03 14:56:21 +02:00
webpack.config.js Adding history support 2020-05-12 22:38:44 +02:00
yarn.lock Use WebRtc with SimplePeer 2020-04-25 16:05:33 +02:00