Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 790 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 790 Bytes

Sample application using the FlambeWebSocket system from https://github.com/creativedrewy/FlambeWebSocket, which was also used as base for client and server.

What it does

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.

Usage

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"

To do

Write server in haxe instead of directly i JS.