mondora / asteroid

An alternative client for a Meteor backend
MIT License
734 stars 101 forks source link

Session variables #47

Closed navinSing closed 9 years ago

navinSing commented 9 years ago

Can we have a hook to store and retrieve session variables.

http://docs.meteor.com/#/full/session_set

pscanf commented 9 years ago

Hello again (I'm in issue-answering mode ;-) ),

I'm afraid this functionality, and also the tracker functionality in issue #48 , are outside the scope of Asteroid, which only aims to be a way to connect to a Meteor backend, and not a full reactive client-side framework.

Usually frameworks such as Angular or Ember have libraries that allow such things, so I'd suggest using those. :-)

Cheers