Topic History of: MMO Max. showing the last posts - (Last post first)
Author
Message
admin
Hi
Now with Palabre 0.6 you can access database informations and send anything to the clients
Have fun
Will
Any URL we can look at ?
admin
Hi,
1) How can i modify the server to make it access my mysql database and push info to the clients? Is there any documentation online on how to do it?
Not an easy way, but if you know some python that might not be hard.
Just edit PalabreClient.py and add your nodes and actions
2) Will Firewall on the clien machine disable the client/server connection? i mean is it possible to tunnel on port 80 so every browsing client will have access to the server?
You can make Palabre run on port 80 on the server, but only if you don't have any webserver already running on that port.
It will work better for clients with firewall restrictions, but not for people only able to access internet by a proxy
Fausto
Hey i'm developing a Browser Game MMO and i'm looking for a way to replace all my GET methods with PUSH events from the server.
Those are my questions:
1) How can i modify the server to make it access my mysql database and push info to the clients? Is there any documentation online on how to do it?
2) Will Firewall on the clien machine disable the client/server connection? i mean is it possible to tunnel on port 80 so every browsing client will have access to the server?