pubnubcraig / pubnub-jscourse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Very simple Chat implementation used for the Javascript Intro webinar. The application consist of two main files, index.html for UI and Pubnub API and app.js that only updates the UI. It depends on Jquery and Bootstrap for UI elements only.

Running locally:

  • clone the repository
  • from the directory you cloned the repository in use the python SimpleHTTPServer

python -m SimpleHTTPServer .

##Javascript SDK documentation can be found at the link below:

[PubNub Javascript SDK Documentation] (https://www.pubnub.com/docs/javascript/pubnub-javascript-sdk-v4)

You can launch the app here:

Launch

About

License:MIT License


Languages

Language:HTML 60.7%Language:CSS 26.5%Language:JavaScript 12.9%