Download List

Projeto Descrição

Palabre is a Flash XML multi-user socket server.
It is meant to be used as replacement for the
Macromedia Flash Communication Server. It's much
more limited, but it has all the basic features
for connecting Flash-based clients through XML
sockets (such as sending and receiving messages or
creating rooms). You can use it to create
multiuser applications like chatting, (almost)
real time games, and online support. It does not
include video streaming functions.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-10-23 20:09
0.5

Apoiar a identificação de banco de dados foi adicionado (<Connect nickname="X" password="Y" />). Os parâmetros do cliente pode ser especificado (<clientparam name="x" value="Y" />). Nós SubXML pode ser usado (<msg toroom="X"> <position> <x> 12 </ x> </ position> </ msg>). Nodes são personalizáveis (toroom myNode <= "X anyparam" = "Y "> <AnyContent> <myNode />). Informações sobre entradas e saídas pode ser mostrado (<client name="Nickname" joined="Lobby" />).
Tags: Major feature enhancements
Database identification support was added
(&lt;connect nickname="X" password="Y" /&gt;). The
client's parameters can be specified
(&lt;clientparam name="X" value="Y" /&gt;). SubXML
nodes can be used (&lt;msg
toroom="X"&gt;&lt;position&gt;&lt;x&gt;12&lt;/x&gt;&lt;/position&gt;&lt;/msg&gt;).
Nodes are customizable (&lt;mynode toroom="X"
anyparam="Y"&gt;&lt;AnyContent&gt;&lt;/mynode&gt;).
Information about joining and leaving can be shown
(&lt;client name="Nickname" joined="Lobby" /&gt;).

2005-11-25 10:45
0.4

Unicode UTF-8 foi melhorado. Os nós childrooms foram alteradas. O atributo senha de root foi alterada. Um script de instalação padrão Python foi adicionado. Um arquivo de configuração foi executado. Um modo daemon foi adicionado. Suporte de registro foi implementado. Um modo QuickStart foi adicionado para testes. Um binário para Windows está disponível.
Tags: Major feature enhancements
Unicode UTF-8 support was improved. The childrooms
nodes were changed. The root password attribute
was changed. A standard Python installation script
was added. A configuration file was implemented. A
daemon mode was added. Logging support was
implemented. A QuickStart mode was added for
testing. A Windows binary is available.

Project Resources