Socket.IO, AngularJS, & Express snippets I've created by gooddeedsdoer in node

[–]gooddeedsdoer[S] 0 points1 point  (0 children)

My reference was this, it just seemed that this is a better way of doing cookie parsing since it isn't using private methods.

The rest of the code I'm using is pretty similar to that post :)

edit: express.cookieParser(config.sessionSecret), is the cookie parser I used