Skip to content
/ abrpc Public
forked from spirali/abrpc

Asynchronous Bidirectional RPC

License

Notifications You must be signed in to change notification settings

Kobzol/abrpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abrpc - Asynchronous Bidirectional RPC

  • Asynchronous (in Python based on asyncio)
  • Bidirectional (both sides may serve/call a service; after a connection it does not matter who was server/client)
  • Support for "no response" calls
  • Msgpack based

Examples

About

Asynchronous Bidirectional RPC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%