flâneur — a map of the web's best reading

webrpc/webrpc: webrpc is a schema-driven approach to writing backend services for modern Web apps and networks

github.com · 1,487 words · saved by 1 readers

webrpc is a schema-driven approach to writing backend services for modern Web apps and networks There was an error while loading. Please reload this page. 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 base 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 having to write an API client library again. Under the hood, webrpc is a Web service meta-protocol, schema and code-generator tool for simplifying the development of backend services for modern Web applications. another option is to copy the hello-webrpc example, and adapt for your own webapp and server. Btw, check out https:/

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 base 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 having to write an API client library again. Under the hood, webrpc is a Web servi

Explore this link on the map →

saved by

related reading