We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a8142 commit 35cadefCopy full SHA for 35cadef
README.md
@@ -0,0 +1,8 @@
1
+# NProto
2
+
3
+Some easy to use rpc/msg components.
4
5
+This is the second major version (v2). Compare to v1, v2 has re-designed high level interfaces:
6
+Though it's still mainly focus on [nats](https://nats.io) + [protobuf](https://developers.google.com/protocol-buffers),
7
+but it's not force to. It's totally ok for implementations to use other encoding schemas (e.g. `json`, `msgpack` ...)
8
+or use other transports (e.g. `http`).
0 commit comments