tmeasday / meteor-router

MIT License
366 stars 76 forks source link

how do i use server side routing ? #18

Closed crapthings closed 11 years ago

crapthings commented 11 years ago

should i use

Meteor.publish or Collection find without Meteor.publish ?

tmeasday commented 11 years ago

It's server side, so you don't need publications or subscriptions.