prpcow v2.0.0-alpha.23
PRPCOW
Plain Remote Procedure Call Over Websocket
What is the PRPCOW?
PRPCOW is a new kind of RPC, that takes advantage of the advancement in WebSocket technology, and the power of Node.js.
Why use PRPCOW?
Supports Node.js (
>=16.x) as well as all modern browsersAllows you to use functions natively like
await someFunc()After connecting, the server and the client become equal (the client can provide functions for execution)
Ability to create your own
modelResolversandfunctionResolversAbility to use your own Websocket implementation
Installation
Install prpcow with npm
npm i prpcowOr install into Dev dependencies
npm i --save-dev prpcowExamples
Check the tests folder for a better understanding of how the prpcow works
Contributing
Contributions are always welcome!
See CONTRIBUTING.md for ways to get started.
Acknowledgements
License
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago