node.js-connect Questions
1
Solved
I am trying to get a hang of Connect's Session middleware, and I would like to know the difference between: Session.regenerate() vs Session.reload().
Specifically, I checked the docs, and no expla...
Vast asked 17/5, 2011 at 16:25
1
Solved
I'm trying to get connect / node.js to work together nicely and simply.
I have the following (in Coffeescript):
connect = require('connect')
io = require('socket.io')
server = connect.createServer...
Chelate asked 11/5, 2011 at 6:24
1
Solved
What does Express provide over just using Connect?
Most of the features of Express seem to be features of Connect.
Is there a list of what Express provides?
Injury asked 30/3, 2011 at 16:30
3
Solved
I'm trying to get the hang of node.js and am looking for an authentication example. Hopefully with connect-auth and using http digest with hash and salt.
I watched this but it doesn't seem ve...
Preece asked 27/2, 2011 at 18:52
© 2022 - 2024 — McMap. All rights reserved.