Sample application using the FlambeWebSocket system from https://github.com/creativedrewy/FlambeWebSocket, which was also used as base for client and server.
Will simply display a starry mouse trail for each connected user. There are four different types of stars that will be cycled through for each user that connect. This is achived with a node.js websocket server, and a Flambe client published to both Flash and HTML5.
Install Flambe: https://github.com/aduros/flambe/wiki/Installation
Open your command line at the root folder of the application and enter "flambe serve". Open another command line and enter "the following commands: "cd server" "node server" "cd .." "flambe run html flash"
Write server in haxe instead of directly i JS.