<atarget="_blank"href="https://chrome.google.com/webstore/detail/pkbpddppnkjmlbgliipgmhjeialadokj">![Try it now in CWS](https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton.png"Click here to install this sample from the Chrome Web Store")</a>
# HTTP WebSocket Message BroadCaster
A WebSocket server to broadcast messages to all clients.
# Http WebSocket Server
Can be used for example as a chat application or WebRTC signaling on a LAN.
An example Http and WebSocket server implementation with a sample app which serves itself and allows connected clients to chat with each other. The API is very similar to NodeJS with the intention that this could be an easy drop-in replacement for a NodeJS served application.
Based on Google Chrome [app samples](https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/websocket-server).