Closed (outdated)
Project:
Shoutbox
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Jun 2011 at 15:45 UTC
Updated:
18 Mar 2016 at 11:01 UTC
Jump to comment: Most recent
Comments
Comment #1
markwk commentedLove to see this too... but beyond my timeframe / current skillset.
Comment #2
danielm commentedSubscribing
Comment #3
markwk commentedNode.js API framework is in working order for Drupal 7 so should be able to apply this to Drupal 7 shoutbox if someone wanted it.
For Drupal 6, things are improving for Node.js too. When will it be done? When it's done....
Comment #4
adammaloneI've written a very similar thing to tie in with an external SQLite database (for the purposes of showing IRC chat on a website) so this seems like something I could convert to make entirely based in Drupal.
All there needs to be is some kind of trigger that nodejs listens on and then an action for after the event. The action would be an ajax_command_replace that would take the #id of the shoutbox and replace it with html of the new contents of the shoutbox.
Comment #5
vitalblue commented