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

About

License:MIT License


Languages

Language:HTML 44.2%Language:CSS 38.2%Language:JavaScript 17.6%