Skip to content

Commit

Permalink
Improved description of examples bifurcation
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed May 5, 2016
1 parent ddc0eb1 commit 395bca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ INSTALL
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

Expand Down

0 comments on commit 395bca9

Please sign in to comment.