python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can gRPC be used to write realtime applications like multiplayer games?
Lately, I've been reading about Google's gRPC. And I am wondering if it's a good choice for a real-time application like a multiplayer game.
For instance, can we build a game server with gRPC for a re...

Berke Kaan Cetinkaya
Votes: 0
Answers: 1
How do I send a push notification for a friend request for multi-Player game in Unity using Playfab+photon
So here I am trying to convert my single player game into multiplayer game.
I am able to work the part where the user can login to the game using Playfab via Username. I am able to create a friend scr...
Chethan Venkataramaiah
Votes: 0
Answers: 0
How do I repeatedly interpolate linearly between two values within a requestAnimationFrame loop
I'm trying to implement multiplayer position interpolation for my canvas game but I'm having trouble using my linear interpolation (lerp) function. I experience slight jitter when using t = 0.1 so I'm...
afterburn
Votes: 0
Answers: 0
The type or namespace name 'SyncListString' could not be found (are you missing a using directive or an assembly reference? in mirror
Hey i am beginer and i am making a multiplayer game using mirror by watching https://www.youtube.com/watch?v=w0Dzb4axdcw&list=PLDI3FQoanpm1X-HQI-SVkPqJEgcRwtu7M&index=3 this video in this vide...
D.B.G OP
Votes: 0
Answers: 1