Comments for blinzeln http://www.danielbaulig.de einen kurzen augenblick lang die welt durch andere augen sehen Mon, 23 Dec 2013 06:17:07 +0000 hourly 1 http://wordpress.org/?v=3.8 Comment on Now that’s class, it’s an object! – Prototypal Inheritance in JavaScript by Binh Thanh Nguyen http://www.danielbaulig.de/now-thats-class-its-an-object-prototypal-inheritance-in-javascript/#comment-146159 Mon, 23 Dec 2013 06:17:07 +0000 http://www.danielbaulig.de/?p=305#comment-146159 Thanks, nice post

]]>
Comment on socket.io and Express. Tying it all together. by Socket.IO + Express 3 sessions - Leeroy Brun - Leeroy Brun http://www.danielbaulig.de/socket-ioexpress/#comment-121817 Wed, 23 Oct 2013 09:58:52 +0000 http://www.danielbaulig.de/?p=256#comment-121817 [...] http://www.danielbaulig.de/socket-ioexpress/ [...]

]]>
Comment on socket.io and Express. Tying it all together. by Session-based Authorization with Socket.IO | InfoLogs http://www.danielbaulig.de/socket-ioexpress/#comment-115177 Sat, 05 Oct 2013 23:57:27 +0000 http://www.danielbaulig.de/?p=256#comment-115177 [...] the original concept was published in Daniel Baulig’s blog. I mainly adapted it to work with Express [...]

]]>
Comment on socket.io and Express. Tying it all together. by Eugene http://www.danielbaulig.de/socket-ioexpress/#comment-95686 Mon, 26 Aug 2013 14:04:53 +0000 http://www.danielbaulig.de/?p=256#comment-95686 That saved my day some time ago… Thanks!
But now I’m stuck… Retrieving/saving session for the current socket is easy (with your help :). Is it possible to store some data in socket so it is persisted in socket.io store (redis) and can be easily retrieved for any socket? Specifically I need to retrieve the arbitrary information for all sockets in the room.
Thanks!

]]>
Comment on socket.io and Express. Tying it all together. by Wagner Camarao http://www.danielbaulig.de/socket-ioexpress/#comment-90411 Fri, 16 Aug 2013 15:34:51 +0000 http://www.danielbaulig.de/?p=256#comment-90411 Hi, I’m the author of SessionSockets (https://github.com/wcamarao/session.socket.io)

You could totally have your main app.js like this:

https://github.com/wcamarao/session.socket.io/blob/master/example/server.js#L27-L30

And then extract the highlighted lines into a separate routes file.

]]>
Comment on socket.io and Express. Tying it all together. by alien http://www.danielbaulig.de/socket-ioexpress/#comment-64905 Tue, 04 Jun 2013 11:04:46 +0000 http://www.danielbaulig.de/?p=256#comment-64905 hi Dev,

I have some doubts regarding ur approach.So you have php website which runs on apache???
So there are two servers apache and nodejs running on same port??How redis can be shared accross two servers???
How can data which is stored by apache in redis can be accessed via nodejs?

]]>
Comment on socket.io and Express. Tying it all together. by alien http://www.danielbaulig.de/socket-ioexpress/#comment-64898 Tue, 04 Jun 2013 10:37:47 +0000 http://www.danielbaulig.de/?p=256#comment-64898 hi Daniel,

can u please let me know how to run this demo application..I cannot execute make run on windows…

]]>
Comment on socket.io and Express. Tying it all together. by Harry Jung http://www.danielbaulig.de/socket-ioexpress/#comment-58570 Wed, 15 May 2013 00:54:21 +0000 http://www.danielbaulig.de/?p=256#comment-58570 When you create Session object, below codes will not cause “handshake error Converting circular structure to JSON” error.

var req = {
sessionStore: sessionStore,
sessionID: data.sessionID
};
data.session = new Session(req, session);

]]>
Comment on socket.io and Express. Tying it all together. by Caio Ribeiro Pereira http://www.danielbaulig.de/socket-ioexpress/#comment-58058 Mon, 13 May 2013 13:24:18 +0000 http://www.danielbaulig.de/?p=256#comment-58058 Hi folks!!
I’ve been spend weeks to make this tutorial works on the latest Socket.IO and Express, and it’s very simple.
And to help everybody here, I posted in my blog this new way to share Sessions between Socket.IO and Express

http://www.udgwebdev.com/nodejs-express-socketio-e-sessions/

Obs.: This is a brazilian portuguese blog.

]]>
Comment on socket.io and Express. Tying it all together. by How to Create Realtime Multi-player Games in HTML5 | OSOS http://www.danielbaulig.de/socket-ioexpress/#comment-56133 Tue, 07 May 2013 13:53:50 +0000 http://www.danielbaulig.de/?p=256#comment-56133 [...] Now we add the code for the socket.io part of the node.js server. It goes in the same file as the Express code, just below it as shown in the gist. The server will attach itself to Express so that it may serve the client files when requested. We do not handle any sessions in this example specifically, but you can learn about using those from this site: http://www.danielbaulig.de/socket-ioexpress/. [...]

]]>