Initial commit

This commit is contained in:
Klemek
2018-11-28 15:41:13 +01:00
parent bf0723c6f2
commit 69e499d5fa
5 changed files with 1056 additions and 61 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"
}
}