kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 194 forks source link

Move to NPM for Meteor 1.3 #498

Closed deejross closed 8 years ago

deejross commented 8 years ago

Any chance FlowRouter could get published to NPM for Meteor 1.3? I would love it if I never had to use Atmosphere again. I'm very happy Meteor will natively support NPM in the next version and really hope Atmosphere goes away shortly after release.

I don't have anything against Atmosphere personally, but I can't use it at work (corporate firewall that uses signed certs) because "meteor add" won't allow you to override the cert check (opened several issues about this). NPM, however, does let you override that. So I've been manually downloading packages and their dependencies from GitHub. What a pain!

So I'm happy to see the Meteor community start steering towards NPM and away from Atmosphere and FlowRouter should be one of the first popular Meteor packages to make the jump.

ghost commented 8 years ago

+1 could be nice

arunoda commented 8 years ago

I'm still think of it. We ported few packages like ReactLayout to react-mounter on NPM. But, it's too early for FlowRouter. (since we've some server side stuff).

But, let's see.

arunoda commented 8 years ago

This is not possible right now. But, we'll touch this in a later version.