File size: 274 Bytes
94b1218
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "socketio-chat",
  "version": "1.0.0",
  "description": "A simple chat application using Socket.IO and Express.js",
  "main": "chat.js",
  "scripts": {
    "start": "node chat.js"
  },
  "dependencies": {
    "express": "^4.18.2",
    "socket.io": "^4.5.4"
  }
}