-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RMI #24
Comments
Hi, Sure, it's possible. See my article: https://www.codeproject.com/Articles/153938/TCP-Server-Client-Communication-Usage#chatclient In this chat example, server calls client's methods whenever needed. Any method can have a return value. |
Oh, thank you, didn't see that. Looks very difficult, I'll have a look at it :D |
Is there any console-only example? Its really hard to understand and i barely make any process :( |
It's not complicated actually. There are some console samples, but may not be exactly like what you want. You can start from this sample for example: https://github.com/hikalkan/scs/tree/master/samples/SimpleCalculatorSystem |
Hey
Is it possible to invoke an mehtod on the client side and return the results to the server? That would save me a whole of a lot of work :)
Are there any examples for this?
Thanks in advance!
The text was updated successfully, but these errors were encountered: