1.0.2 • Published 9 years ago

chat.js v1.0.2

Weekly downloads
582
License
MIT
Repository
github
Last release
9 years ago

chat.js npm version

Simple chat plugin for your web-apps.


DEMO

Installation

bower install chat.js

or

npm install chat.js

or download from Github.

or simply use the cdn.

Note: chat.js supports AMD module pattern.

Usage

Initialise the library after the HTML document(optionally the content) has been loaded

window.onload = function () {
		var chat = chatMessenger.init()
}

Display incoming messages with

chat.recieve('Hello there!');

More documentation coming soon.

Browser Support

chat.js works on all modern browsers.

  • Firefox 41.0.2+
  • Chrome 46.0.2+
  • Safari 5.1.7+
  • Internet Explorer 11+

Contributing

Interested in contributing features and fixes?

Read more on contributing.

License

Copyright (c) 2015 Nalin Chhibber Licensed under the MIT license.

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago