Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aemoncannon/croqodile
- Owner: aemoncannon
- Created: 2008-09-13T17:51:09.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-04-17T19:48:51.000Z (almost 16 years ago)
- Last Synced: 2024-08-04T05:02:39.729Z (6 months ago)
- Language: ActionScript
- Homepage:
- Size: 531 KB
- Stars: 14
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-actionscript-sorted - croqodile - AS3/Erlang implementation of the Croquet project's TeaTime protocol. Provides a simple framework for creating distributed, multi-user flash applications. (Networking / Protocols)
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.