App42 - What service do I do for Real Time multiplayer(not turn based)

I’m new to App42. I’ve checked the App42 docs for the services but I can’t find multiplayer service or random match making service. I only saw buddy service and social service. How do you make a real time multiplayer or random match making game with App42? Thanks!

Not App42. It’s AppWarp (Both are Shephertz). Although my game is turn-based I am using the real-time service so players have to stay connected and my game handles the switching of turns instead of relying on the AppWarp turn-based service. Why? Because when I started coding the online multiplayer for my game they only had the real-time service.

AppWarp doesn’t allow you to do any Server side Coding… So another words everything is handled Client side which allows for massive Security risks by players being able to hack the Client…

You can download their server code and host it yourself. And you can probably customize it.

Also you can use custom code:
http://api.shephertz.com/apis/custom_code.php