How to use the colaboratative editor:
- Open terminal window, cd to Server directory, run
npm install && npm run server
- Open terminal window, cd to Client directory, run
npm install && npm run dev
. Copy the address afterLocal:
- Open multiple browser tabs/windows on that address. In each browser console, optionally type
test_join("any_id")
with any session ID. - Edit in one textbox and see if the change is reflected real-time in other tabs/windows of same session ID.
- In Browser console, type
test_quit()
to disconnect from service.