ericholiveira / studio

A nodejs framework to create decoupled and scalable applications
MIT License
488 stars 61 forks source link

Isomorphic version of studio #47

Closed ericholiveira closed 8 years ago

ericholiveira commented 8 years ago

This will enable us to call services from the browser

avishnyak commented 8 years ago

Maybe an isomorphic version of studio-cluster that takes advantage of webworkers to spin up services in the background?

ericholiveira commented 8 years ago

Hum... i never thought about this... but i think this would be a new plugins instead , and keep studio-cluster specific to server...