XMLSocketd; the XMLSocket server

About
Documentation
Subversion
Forum
Download
Projects

CHM help files
DBDesigner
MTG Search
musikCube 2
Wordfeud lösare (svenska)

 
Realtime Flash Server: XMLSocketd
SourceForge.net Logo XMLSocketd is a server written in C++ to be used with the ActionScript class XMLSocket for instant twoway communication between Flash movies and the server.
XMLSocketd can be used for chats, whiteboards, multiplayer games, etc.
XMLSocketd is to be used in conjunction with any serverside scripting language like PHP or JSP for authentication and room handling.

The server is in early alpha stage and still lacks errorhandling and has a limit of FD_SETMAX connections (usually set to 1024 on linux, but is actually unlimited).
There is still no "configure"-script and no "make install"-script. Support This Project

xmlsocketd.tar.gz (nightly snapshot 2011-07-01, downloaded 92 times)

Note: Since version 0.2 the behavior of the server has changes. login, password and the name attributes used has been removed. Use the authorization XML instead of login and password and the user XML instead of name.

Whiteboard example