Active
Project:
Node.js integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2011 at 18:13 UTC
Updated:
30 Nov 2011 at 22:30 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedi think there's work we can do in nodejs.js to improve the handling of this situation. will experiment a bit and report back.
Comment #2
markwk commentedOk, cool. Yesterday I started hacking a bit on a "simple chat" field module: https://github.com/markwk/simplechat
Basically just a super simple chat that can be added to any content and uses a node.js backend, so no polling. It's just a field table and a chat table. And specific feature-built implementations will handle node access. It should be easy to back port to D6 too.
Would love to see this "Lost Connection Notification" in node.js side instead of specifically in the app.
Comment #3
gitesh.koli commentedMark,
Not sure if you already fixed it but we used the connection Setup Handlers to deal with disconnected sessions.