nodejs_chat 7.x-1.0

First Stable version.

Includes a chat block, with configurable settings for the Chat title, and the transmission system (drupal menu hooks, or nodejs server extension).
Simple Chat class that can be easily extended to add / remove elements (e.g the user list, or the send message button).

nodejs_chat 7.x-1.0-beta2

New features

Some code clean up.
Added the time at which a message is received to each message.
Added code to turn urls into links automatically.

nodejs_chat 7.x-1.0-beta1

Bug fixes
New features

First beta release.

Requires the Node JS module (dev version, or 7.x-1.7 when it comes out) to work.

At the moment, the chat block can be configured with the following options from the block settings page:

  • Chat window title.
  • Message transmission (directly through sockets, or through drupal).

nodejs_chat 7.x-1.x-dev

First stable and working version (though still in development) of the Node JS Chat module.

  • Provides a block implementation with a Node JS chat that communicates users directly through the Node JS server, via socket.io
  • By default, a list of connected users (to the chat) with their pictures is provided for the chat.
  • The basic Chat class can be instantiated by developers changing some of the options or settings, to get a different behavior.
Subscribe with RSS Subscribe to Releases for Node JS Chat