Oh well I tried to use a protocol teamspeak in a html link in wordpress, but it didn’t work, make a support question, but the answer was : no other protocols…
I’ve been thinking about games protocols… read some stuff about protocol hacking, bots, and many sorts of wierd stuff… But I began to as k myself if the usage of HTTP to send the data would be too slow, cause by using this, we could for example have a backend made in PHP, or Java or wherever language that fits better, and have all the benefits of an mature server solution as Http servers. Things like load balance and security are already tested and solved in the Http world, so why reinvent the wheel by creating custom protocols, and custom server implementations ?
I hope I can do some proof of concept on this, I’m planning to use Pulpcore as UI framework … lets see what happens
In this very detailed protocol test, we can see Spring http invoker beating some big guys
http://daniel.gredler.net/2008/01/07/java-remoting-protocol-benchmarks/
