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 9addb64 commit 0bb58f2Copy full SHA for 0bb58f2
README.md
@@ -1,8 +1,8 @@
1
# NProto
2
3
-Some easy to use rpc/msg components.
+Easy to use communication (e.g. 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),
+Though it's still mainly focus on [**n**ats](https://nats.io) + [**proto**buf](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