rohanshah / hills-hack-2017-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HillsHack 2017

Code for a simple chat web application using Node.js and JQuery to present as a workshop for students during Warren Hills High School's 2017 hackathon.

Based on this Socket.IO tutorial: https://socket.io/get-started/chat/.

Uses Docker to quickly package, install, and run the application.

Uses ngrok to provide a public url for the application running on localhost.

Requirements

Run

> docker build -t chat-app .
> docker run -d -p 3000:3000 chat-app

About


Languages

Language:JavaScript 44.3%Language:CSS 29.7%Language:HTML 26.0%