Skip to content

Simple example of an rpc server with methods bound on uri.

Notifications You must be signed in to change notification settings

dominikdosoudil/rpc-server-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Start a server: cargo run server

Test response: examples/client.sh

or by using python3: python examples/client.py

(rust client isn't implemented yet, thats why cargo run client won't do anything)

About

Simple example of an rpc server with methods bound on uri.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages