play-co / js.io

Javascript Networking Library for building real-time web applications

Home Page:http://js.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsio's import system doesn't work with node.js > v0.1.29

marcuswestin opened this issue · comments

In v0.1.29 of node.js, promise.wait was removed. The jsio import system depends on synchronous file I/O (require() is the only exception it seems).

Looks like we might have to fall back to expose the node.js require syntax to the browser instead... :(