tmpvar / livecad

live coding of 3d surfaces and objects
livecad.wtf
53 stars 2 forks source link

consider making server.js an http proxy #23

Closed tmpvar closed 10 years ago

tmpvar commented 10 years ago

so we can make requests to various apis that do not implement CORS

tmpvar commented 10 years ago

it might be worth just proxying TCP, but I'm wary of the security implications

tmpvar commented 10 years ago

Initial work completed, blocked on substack/http-browserify#60