Skip to content
Snippets Groups Projects
Commit 395bca9a authored by murgatroid99's avatar murgatroid99
Browse files

Improved description of examples bifurcation

parent ddc0eb1b
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ INSTALL ...@@ -22,7 +22,7 @@ INSTALL
TRY IT! TRY IT!
------- -------
There are two variants of these examples: one with code dynamically generated at runtime using Protobuf.js and one with code statically generated using `protoc`. The examples behave identically, and either server can be used with either client. There are two ways to generate the code needed to work with protocol buffers in Node.js - one approach uses [Protobuf.js](https://github.com/dcodeIO/ProtoBuf.js/) to dynamically generate the code at runtime, the other uses code statically generated using the protocol buffer compiler `protoc`. The examples behave identically, and either server can be used with either client.
- Run the server - Run the server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment