webrpc is a schema-driven approach to writing backend servers for the Web. Write your server's API interface in a schema format of RIDL or JSON, and then run webrpc-gen to generate the networking source code for your server and client apps. From the schema, webrpc-gen will generate application-based class types/interfaces, JSON encoders, and networking code. In doing so, it's able to generate fully functioning and typed client libraries to communicate with your server. Enjoy strongly-typed Web services and never have to write an API client library again.
Features
- Write+design a webrpc schema file for your Web service
- Run the code-generator to create your server interface and client
- Examples available
- Generate webrpc Go server+client code
- Code-generate your client libraries in full -- never write another API client again
- Compatible with the Web
Categories
JSONLicense
MIT LicenseFollow webrpc
You Might Also Like
La version gratuite d'Auth0 s'enrichit !
Vous l'avez demandé, nous l'avons fait ! Les versions gratuite et payante d'Auth0 incluent des options qui vous permettent de développer, déployer et faire évoluer vos applications en toute sécurité. Utilisez Auth0 dès maintenant pour découvrir tous ses avantages.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of webrpc!