/pubnub-jscourse

Primary LanguageHTMLMIT LicenseMIT

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 .