|
|
|
|
|
by chrisfarms
4014 days ago
|
|
I built a package to bridge spidermonkey/Go last year[0]. I ended up doing most of the communication via JSON (after several less stable versions using reflect) which was fine for the use-case I had. Unfortunately since it builds spidermonkey and some wrapper code it ruined any chance of "go get" working cleanly which doesn't make it a very attractive package. CandyJS looks much simpler. Good work. [0] https://github.com/chrisfarms/jsapi |
|
About the pool of workers, they share the stack? Or how you keep the same status on each.