Skip to content

ravidubeygit/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.

About

Examples for angular, react, jQuery, and NodeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.3%
  • JavaScript 27.7%
  • CSS 4.0%