diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..91f2755 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,15 @@ +# Running the user example + +To run the user example, first start up the server in one terminal: + + node server.js + +Now run the client: + + node client.js + +# Regenerating the bindings + +If you want to regenerated the bindings, you can run: + + thrift --gen js:node user.thrift