Add basic socket.io and notification functionality

This commit is contained in:
2016-12-22 17:40:05 -07:00
parent 8a6d3c0f11
commit 14644ee21b
3 changed files with 48 additions and 14 deletions
+2 -1
View File
@@ -25,6 +25,7 @@
"react": "^0.13.0",
"react-router": "^0.13.3",
"shortid": "^2.2.6",
"socket.io": "^1.7.2"
"socket.io": "^1.7.2",
"socket.io-client": "^1.7.2"
}
}