summaryrefslogtreecommitdiff
path: root/src/main/js/package.json
diff options
context:
space:
mode:
authorJoffrey BION <joffrey.bion@gmail.com>2016-12-11 14:03:28 +0100
committerJoffrey BION <joffrey.bion@gmail.com>2016-12-11 14:03:28 +0100
commit4beb63343f658a17b9ccd6236fced501e5d15dea (patch)
treef3a8f14a6b25ad82c958dd1192ced7a539ac1d4f /src/main/js/package.json
parentAdd special action skeleton to finish wonders data parsing (diff)
downloadseven-wonders-4beb63343f658a17b9ccd6236fced501e5d15dea.tar.gz
seven-wonders-4beb63343f658a17b9ccd6236fced501e5d15dea.tar.bz2
seven-wonders-4beb63343f658a17b9ccd6236fced501e5d15dea.zip
Add WS experiment test page
This pages allows to test spring/STOMP config to see which messages are properly broadcasted to all users, which are just sent to the caller, and which are sent a specific user from the server.
Diffstat (limited to 'src/main/js/package.json')
-rw-r--r--src/main/js/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/js/package.json b/src/main/js/package.json
index fbee6711..d47c5f90 100644
--- a/src/main/js/package.json
+++ b/src/main/js/package.json
@@ -7,7 +7,9 @@
},
"dependencies": {
"react": "^15.4.1",
- "react-dom": "^15.4.1"
+ "react-dom": "^15.4.1",
+ "sockjs-client": "1.1.1",
+ "stomp-websocket": "2.3.4"
},
"scripts": {
"start": "react-scripts start",
bgstack15