Skip to content

Commit

Permalink
add README for the example
Browse files Browse the repository at this point in the history
  • Loading branch information
wadey committed Jan 7, 2011
1 parent c6ee5a4 commit f985023
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 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

0 comments on commit f985023

Please sign in to comment.