This website requires JavaScript.
Explore
Help
Sign In
studio
/
docs
Archived
Watch
2
Star
0
Fork
0
You've already forked docs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2026-03-24
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
5c5763a0efaabd75546588c848c653e9e2655101
docs
/
src
/
frontend
/
servers
/
y-provider
/
nodemon.json
6 lines
76 B
JSON
Raw
Normal View
History
Unescape
Escape
✨(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.
2024-04-08 11:56:17 +02:00
{
"watch"
:
[
"src"
]
,
"ext"
:
"ts"
,
🏗️(y-provider) organize yjs server Many routes were in the server.ts file, now they are in their own files in the handlers folder. The server.ts file is now AppServer that handles the routes. We split as well the tests.
2024-12-15 00:03:13 +01:00
"exec"
:
"yarn build && yarn start"
✨(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.
2024-04-08 11:56:17 +02:00
}
Reference in New Issue
Copy Permalink