mmxmb / chat-engine-examples

Examples for angular, react, jQuery, and NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Examples for angular, react, jQuery, and NodeJS

License:Other


Languages

Language:HTML 87.6%Language:JavaScript 8.2%Language:CSS 4.2%