Comment on Nodebox: A Node.js runtime that runs in any browserparentComments−8n4vidtmkvmk3yWhat do you mean? Most of Node's APIs are available on the web and vice-versa but they're slightly different, so if you want to run the same code in both places you need some shims.
Comments
What do you mean? Most of Node's APIs are available on the web and vice-versa but they're slightly different, so if you want to run the same code in both places you need some shims.