var/connection/server = new("byond://127.0.0.1:9999") |
It also uses a hash (MD5 for now) to prevent anyone else's server from interacting with yours.
Go take a look at the demo!
n_RPC is a small library that makes communicating between servers easy. It uses world/Export and world/Topic to let you call procs on other servers with a /connection object:
It also uses a hash (MD5 for now) to prevent anyone else's server from interacting with yours. Go take a look at the demo! | ||
#1 Feb 25 2011, 5:38 am
|
|
Nice job, this is definitely something I can use immediately.
| |