Skip to main content

Questions tagged [server-push]

Filter by
Sorted by
Tagged with
0 votes
1 answer
246 views

Can you create a viable two player turn-based networking implementation using only REST API for outbound and push for inbound data? If a game is comprised of, on average, 30 moves, is it a bad idea to ...
greenland's user avatar
  • 217
0 votes
1 answer
225 views

I was wondering whether I can use APNs in iOS to trigger an event in my game, like start a scene without user clicking the notification. Is it possible to use remote push notifications for events like ...
Neerkoli's user avatar
  • 509
2 votes
3 answers
487 views

Well, yesterday I asked on anti-cheat JS, and confirmed what I kind of already knew that it's just not possible. Now I wanna measure roughly how hard it is to implement a server side checking that is ...
Billy Ninja's user avatar
5 votes
4 answers
846 views

I want to start developing a browser game. Not for success, just for the sake of doing it and learning something from it. Now, a point where I have serious problems figuring out how to deal with it ...
F.P's user avatar
  • 219
4 votes
1 answer
1k views

I am looking for a lightweight javascript library that allows the server to push update information to the client reliably and regularly. We use a fixed turn time of 300ms and often there are only ...
Hendrik Brummermann's user avatar