Hi,
I'm recently building a network application with massively multiple users online.
I am choosing the protocol to use between clients and server.
Using ICE would help we reduce the programming time, but HTTP seems to be more mature. And HTTP does not need to keep the TCP connection all the time, which might be good for holding more uses online at the same time.
What do u think about it?![]()

Reply With Quote