✨(y-webrtc-signaling) create signaling server
Create signaling server for WebRTC. It will be used for the collaborative editor, client will connect to this server to see their changes in real-time.
This commit is contained in:
5
src/frontend/apps/y-webrtc-signaling/nodemon.json
Normal file
5
src/frontend/apps/y-webrtc-signaling/nodemon.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"watch": ["src"],
|
||||
"ext": "ts",
|
||||
"exec": "ts-node --esm ./src/server.ts"
|
||||
}
|
||||
Reference in New Issue
Block a user