rtc basic chat application, with prototype of chat app

This commit is contained in:
2022-05-31 17:12:22 -05:00
commit 6cf11eb3ac
8 changed files with 1728 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "socketio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.1",
"socket.io": "^4.5.1"
}
}