Autowire
- Name
- Autowire
- Homepage
- https://github.com/lihaoyi/autowire
- Description
- A small client/server RPC library from Li Haoyi. This deals with the marshaling, unmarshaling, and routing of requests; you then combine it with a serialization library (in our case upickle) and transport to get requests from A to B and back again. Autowire is at the heart of how Querki's client and server talk to each other.