iceddev / node-chromify

Entry point to use node in chrome
http://blog.iceddev.com/2012/11/05/node-js-in-chrome/
Apache License 2.0
170 stars 23 forks source link

Beginnings of a Core OS wrapper #4

Open adrees opened 11 years ago

adrees commented 11 years ago

Hi, I was trying to 'chromify' a node module that required core os so I created an os-chromify wrapper. At the moment it only wraps os.networkInterfaces(). There is a problem however. Core os is synchronous and the Chrome counterparts are async. Not really sure how I should handle that? Adam