Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 1.56 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.56 KB

Rhino Compute Server

Build status Discourse users YouTrack issues

https://www.rhino3d.com/compute

REST API exposing Rhino's geometry core.

This project is composed of two applications:

  • compute.geometry provides the geometry REST API
  • compute.frontend provides authentication, request stashing (saving POST data for diagnostics), logging, and configuration of request and response headers. compute.frontend creates the compute.geometry process, monitors its health, and restarts compute.geometry as necessary.

Compute is built on top of Rhino 7 for Windows and can run anywhere Rhino 7 for Windows can run. The two typical scenarios are running as a web server on a remote Window Server operating system and running locally on a user's computer for debugging or providing local services to applications.

Start with the installation guide to setup your own Compute server, or compile Compute and start developing your own features.

For more information, see https://www.rhino3d.com/compute