Hacker News new | ask | show | jobs
by swanson 5505 days ago
Are you using node.js for the whole stack? Or is there a Rails app running alongside for doing user accounts, payments, the marketing site/landing page etc?
1 comments

It's all built on node.js. We used rails before to handle user accounts and static pages but realized we could make it all with node.js and MongoDB instead with some cool template language. :)
Are you using a library for the user stuff in mongo/node, if you don't mind me asking? I haven't found anything that seems better than devise/cancan.
We've built a lot on our own. Maybe Senchalabs Connect can help you, otherwise check https://github.com/joyent/node/wiki/modules. Don't know if it's better than devise/cancan though.
Devise and Cancan are User Authentication middleware for Rails

Check out https://github.com/ciaranj/connect-auth I can't vouch for the effectiveness, but it seems to be under active development.