dearing / collab

A live code editor using HTML5 technologies
3 stars 1 forks source link

support multiple, independent sessions #1

Closed dearing closed 11 years ago

dearing commented 12 years ago

Presently, the collab server only hosts one websocket at http//:<host>:<port>/collab. Supporting more live sessions that are independent from each other would be a useful mode for practical hosting.

In order to accommodate this, a new page will need to be made allowing for one to create a new session (http//:<host>:<port>/mycollab for example) and then can share that link with others. From there a limit on destroying the session from a no-user timeout and/or allowing the initial user to shut it down.