Can anyone suggest a simple open multiplayer engine with Open FL?

Has anyone got experience developing a multiplayer application using Open FL. If so, can anyone suggest a good multiplayer engine. ? I am not looking for any high end engine like smartfox, but anything simple but popularly used for most basic multiplayer functions.

1 Like

For simple p2p-like network-apps i did this: github.com/maitag/peote-net
Its early developement and not good tested :wink: but its really fast and simple and may act as underlying lib for own net-protocol.
To build complex rpg you also could use mud-server software and build up on this: github.com/maitag/peote-telnet

1 Like