compute.rhino3d.appserver

GitHub package.json version node-current (scoped)

Rhino Compute AppServer

A node.js server acting as a bridge between client apps and private compute.rhino3d servers.

This app is intended to host one or more custom grasshopper definitions and serve as the API that client applications can call to have definitions solved with modified input parameters.

Features

Getting Started

  1. Fork this repo
  2. Follow the installation guide to test and debug on your computer
  3. Follow the Heroku hosting guide to push your customized AppServer to Heroku for a production web server

How and What Video

Example

When we have our testing server up and running, you can visit

https://compute-rhino3d-appserver.herokuapp.com/examples/

To see a sample web application that passes three numbers based on slider positions to the AppServer for solving a grasshopper definition. Results are returned to the web page and new mesh visualizations are created.


Other Information