Skip to content

BoboOpenSource/rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

to run tests,follow the steps below:
1.run the main method of NamesrvStarter
2.run the main method of RpcServerStarter with vm arguements -Dnamesrv.host=localhost -Dnamesrv.port=8888
3.run the main method of RemoteInvokeBySync or RemoteInvokeByAsync with vm arguements -Dnamesrv.host=localhost -Dnamesrv.port=8888
	
At present, two remote invoke methods are provided, 
which are synchronous invoke and asynchronous invoke.
The asynchronous invoke is performed in a callback manner.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages