I want to implement a bbg which supported large number of members and provided realtime actions.
My current game hasbeen running but its seems burn out shortly.
The method I'm using is polling. I guess the waste of idle user make server burn out (server is in C# and client is Javascript)
How can I do to solve this?