- What is the best free game server for a game developed in Flex 4?
- Is it possible to make the server using other programming languages?
What is the best free game server for a game developed in Flex 4?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Flex will integrate with any remote server of your choice. What you want depends on what type of games you want to build. If you just want a single player casual game, then any server will work for that. .NET is the only server side platform I know that supports multiple languages.
If you want to create a multiplayer game, then you probably want to look into a media server.
Red5 is an open source free option. Flash Media Server is an Adobe option, but I don’t know if there is a free version.
GraniteDS is similar to BlazeDS and/or LiveCycle. It supports server side push, so the server can push data to the client.
Also, for more resources on developing Flash Platform Games, check out Adobe’s Resource Center for game development.