mcneel / compute.rhino3d.appserver

A node.js server for solving Grasshopper definitions on Rhino Compute
115 stars 207 forks source link

Support GET request for solving #38

Closed sbaer closed 4 years ago

sbaer commented 4 years ago

Add /solve/{definition} with support for query string inputs for solving

This would let us implement caching headers for browsers as we could return the hash of a definition in an etag See https://devcenter.heroku.com/articles/increasing-application-performance-with-http-cache-headers

fraguada commented 4 years ago

Currently working on this in https://github.com/mcneel/compute.rhino3d.appserver/tree/luis/queryparams