Under Development
Running Anything
- Must have
server.js
running. - If working with history, deploy the code in
/functions
to PubNub blocks. See /functions/readme.md
.
Compiling
Run gulp
to compile, but you should probably run gulp watch
to get consistent changes.
Running Tests
Run gulp test
.
PubNub Chat Engine
PubNub Chat Engine is an object oriented event emitter based framework for building chat applications in Javascript. PubNub Chat Engine makes it easy to build Slack, Flowdock, Discord, Skype, Snapchat, or WhatsApp with ease.
The real time server component is provided by Socket.io or PubNub. PubNub Chat Engine is extensible and includes a plugin framework to make dropping in features simple.
Getting Started
Check out the getting started guide.
Full Docs
You can find the full docs on the full documentation website.
Examples
SDKs
Javascript
NodeJS
jQuery
Angular
React
3rd Party Authentication
Chatbot
Plugins
Check out the jQuery Kitchen Sink and Angular Kitchen Sink examples to see plugins in action.
Other usage examples
Test.js includes some usage examples