Quote Originally Posted by Benji- View Post
What I'm looking to get to the client is a string of information kept and updated on the server. For example for the above example I'd like if the client can somehow know the state of x. For example if it could call a get method, maybe?
The point of any server is to set or get data, so what you are looking for is completely doable. Look at some online tutorials - they will show you examples of getting and setting data.