I've just discovered the TStream and created a small system to check out if the game is up to date (it basically just calls a website with http).
After that I started getting too many ideas... and theoretically speaking... wouldn't it be pretty possible to create a some sort of "MMO" using http calls?
In bmax, you could send POST stuff to the server, and get responses. (Server could be PHP stuff)
You could use threads to ensure that the application wouldn't freeze or anything.
In theory, I think it could work :)
What you think - how doable it could be?
Has anyone tried doing something like this?
After that I started getting too many ideas... and theoretically speaking... wouldn't it be pretty possible to create a some sort of "MMO" using http calls?
In bmax, you could send POST stuff to the server, and get responses. (Server could be PHP stuff)
You could use threads to ensure that the application wouldn't freeze or anything.
In theory, I think it could work :)
What you think - how doable it could be?
Has anyone tried doing something like this?