mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Started on node.js+socket.io+mongoDB on the backend for more responsivnes
This commit is contained in:
9
server/package.json
Executable file
9
server/package.json
Executable file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "socket-chat-example",
|
||||
"version": "0.0.1",
|
||||
"description": "my first socket.io app",
|
||||
"dependencies": {
|
||||
"express": "^4.10.2",
|
||||
"socket.io": "^1.3.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user