Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

pubnub/chat-engine-examples

Repository files navigation

This repository is a part of the ChatEngine Framework. For more information on building chat applications with PubNub, see our Chat Resource Center.

PubNub ChatEngine Examples

How to run

Just service the root directory with a static file server.

Python

Lots of machines come with Python already installed.

python -m SimpleHTTPServer &

Node

Install http-server.

npm install http-server -g

Run http-server in the root directory.

http-server

Support

  • If you need help, have a general question, have a feature request or to file a bug, contact support@pubnub.com.