Initial commit

This commit is contained in:
Klemek
2019-01-07 13:48:30 +01:00
commit 3428171f2b
7 changed files with 1050 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "socket-chat-example",
"version": "0.0.1",
"description": "my first socket.io app",
"dependencies": {
"color-convert": "^1.9.3",
"express": "^4.16.4",
"socket.io": "^2.1.1"
}
}