Realtime Flash Server: XMLSocketd News
Status: Alpha
Brought to you by:
learnloop
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.