Skip to content

Commit

Permalink
Merge pull request #4 from jhorikawa/develop
Browse files Browse the repository at this point in the history
Added README for Node server sample.
  • Loading branch information
jhorikawa authored May 7, 2017
2 parents c507c00 + 0c03af4 commit cfd781b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Examples/MeshStreamingServer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# MeshStreamingServer
A server to receive and send Grasshopper mesh object.

## Installation

```node
npm install
```

## Run

```node
node app.js
```

0 comments on commit cfd781b

Please sign in to comment.