Message-based two-way remote procedure call. Useful for WebSockets and Workers communication.
- Intuitive - call remote functions just like locals, with Promise to get the response
- TypeScript - safe function calls for arguments and returns
- Protocol agonostic - WebSocket, MessageChannel, any protocols with messages communication would work!
- Zero deps, ~0.5KB
See the test example.
MIT License © 2021 Anthony Fu