My favorites | Sign in
Project Logo
                
Show all Featured wiki pages:
HowToInstallServer
People details
Project owners:
  janko.itm

Chat server is written in Haxe and uses Neko VM. It is basically a continuous upgrade of Haxe default chat-server example.

Chat client uses flash programmed in Haxe that passes data to Javascript which then enables real-time "in-the-page" HTML chat experience without http polling.

Server, Flash Client and JS Client communicate via Haxe remoting so a biggest deal of gratitude should go to Haxe/Neko maker Nicolas.

Itmchat does some stuff to remain a viable chat experience when you move (or reload) across multiple pages of chat enabled website.

Auto-join-on-reload functionality

You can reload the page with chat embedded into it, go to other pages that have the chat embedded and the chat should remain fully functional and enable you to chat while doing so. The important point at this goal was that we should not send any info down the wire multiple times (burden our chat-server) unnecessarily.

The reload functionality works like this, let's say that chat is embedded on some wiki-like page:

Itmchat is work in progress!

News and state of things

2.2.2008 v.01

16.3.2008 v.02

NOW: Testing and removing bugs. Some load testing will also be necessary soon.









Hosted by Google Code