wip webrtc

This commit is contained in:
Martti Malmi
2023-12-21 11:56:49 +02:00
parent 0c2ed147b0
commit 1309937869
11 changed files with 569 additions and 7 deletions

View File

@ -0,0 +1,11 @@
{
"name": "nostr-webrtc-server",
"dependencies": {
"ministun": "^1.0.6",
"nostr-tools": "^2.0.2",
"socket.io": "^4.7.2"
},
"scripts": {
"start": "node index.js"
}
}