fuse-compound / awesome-fuse

A curated list of awesome Fuse applications, articles, and plugins
https://fusetools.com/
337 stars 57 forks source link

Added NPM modules link #3

Closed bentstamnes closed 8 years ago

vinkla commented 8 years ago

Wow! This is really awesome. Does Fuse support all kinds of libraries?

Thanks for the PR!

bentstamnes commented 8 years ago

You'd have to ask @bolav (https://github.com/bolav) about that, but I would imagine no, since a bunch of the npm modules/libraries probably use the DOM in some way, and that won't fly with Fuse (since there is no DOM :)

vinkla commented 8 years ago

Okay, but those that doesn't will work then?

bentstamnes commented 8 years ago

As I understand it, it's still in early/experimental stages, but @bolav probably has a better guesstimate than me :)

bolav commented 8 years ago

There is no DOM in any npm modules. I haven't gotten any to work out of the box yet, but a lot will work with just a little bit of tuning.

vinkla commented 8 years ago

Okay, let us know when you do then we can play around with it! I think NPM and the Node community will definitely help Fuse get bigger, better, faster and stronger.

bolav commented 8 years ago

If you have a NPM module that you think we need I can test it, and show you the result.

bolav commented 8 years ago

Look here for instance: https://github.com/bolav/fuse-example-using-socketio

vinkla commented 8 years ago

Thanks for sharing. Don't know any package per say but since the Node community is so modular a lot of things can be simplified by pulling in a package for a small task. I think Fuse would really benefit of a super powerful NPM integration. That would make the transition to Fuse for web-developers super fast. They already know the tools and can just start building.