Vheissu / aurelia-for-real-world-web-applications-book-feedback

Post feedback as issues here on Github for the Aurelia book. Be as descriptive and honest as you like.
15 stars 0 forks source link

Node Modules in Aurelia #61

Closed zantinger closed 8 years ago

zantinger commented 8 years ago

Hi. I install the Image Processing Modult Jimp in my Aurelia App. But when I import Jimp in my class I get an error. Because Aurelia is a front-end Framework, I ask myself if it is possible to have access to node modules in the backend?

Vheissu commented 8 years ago

A lot of Node modules will work on the client-side, but not all of them. Some require low-level access to disk and other things not available on the client side.

zantinger commented 8 years ago

ok, thanks