Room-sandbox

A sandbox of WebSocket

View project onGitHub

Overview

This app is a sandbox of WebSocket application.
It is served on Heroku.

You can access it with following url.


ws[s]://room-sandbox.herokuapp.com/[ANYPATH]

Http(s) protocol is not allowed. It always returns 404.
With ws(s) protocol, any path is valid.

All clients which access to the same url share a room.

If one client send a WebSocket message, it will be broadcasted to all members in the same room.

Samples

Chat Source Chat app implemented with bare WebSocket API
Chat2 Source Chat app implemented with Roomframework
Draw tool Source Draw tool with shared canvas.