Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aemoncannon/croqodile

AS3/Erlang implementation of the Croquet project's TeaTime protocol. Provides a simple framework for creating distributed, multi-user flash applications.
https://github.com/aemoncannon/croqodile

Last synced: 2 months ago
JSON representation

AS3/Erlang implementation of the Croquet project's TeaTime protocol. Provides a simple framework for creating distributed, multi-user flash applications.

Awesome Lists containing this project

README

        

Croqodile is an AS3/Erlang implementation of the Croquet project's TeaTime protocol.

Croqodile abstracts networking and state synchronization to allow for rapid development of multi-user, richly-collaborative flash applications.

Croqodile differs from Croquet in many details (it is a far less ambitious project), but the general architecture is similar, so it is important that you read (or at least skim) the Croquet project http://www.opencroquet.org/index.php/System_Overview before continuing.

A Croqodile system will consist of three components. Two of these components will run on the client's machine and are implemented entirely in Flash Actionscript. The third component is the router, a thin server implemented in erlang that will serve as a middle-man between the many clients.