甘艺伟 6a245b70af 111 2 недель назад
..
LICENSE 6a245b70af 111 2 недель назад
README.md 6a245b70af 111 2 недель назад
index.d.ts 6a245b70af 111 2 недель назад
index.js 6a245b70af 111 2 недель назад
index.mjs 6a245b70af 111 2 недель назад
package.json 6a245b70af 111 2 недель назад

README.md

TSRPC Proto

Introduction

  • TSRPC is a TypeScript RPC framework, with runtime type check and binary serialization, both support HTTP and WebSocket.
  • TSRPCProto is the service definition of it.
  • It includes two type service: ApiService and MsgService.
    • ApiService is like B/S model, send request and wait for reponse.
    • MsgService is like pub/sub model, send and listen specific message.
  • Also include some type definition that shared between TSRPC families.

API

See API Reference.