Options for multiplayer game

Hi guys,

I am pretty new to making networked games, especially for Flash. From what I’ve been able to find, if you want a multiplayer component to your game, you need to get a backend server to handle matchmaking and game logic.

For high scores, Mochi provide a free service, is there something similar for serving multiplayer games? Or do you have to get hosting from a site that supports running your own custom server like SmartFox.

Thanks.

As far as free services go there is http://nonoba.com
They provide a free API that takes care of the small details, allowing you to focus on the game logic for the backend and frontend.

nonoba.com’s api looks interesting. I am taking a look at it now.