browserify / browserify-handbook

how to build modular applications with browserify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Builtins section

danielputerman opened this issue · comments

In the section:

So even if a module does a lot of buffer and stream operations, it will probably just work in the browser, so long as it doesn't do any server IO.

Can you please elaborate or provide an example?

Thanks!