jessamarie / chatty

A basic chat application made with socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatty

Chatty is a basic chat app created with socket.io. It is based off the tutorial here.

Solutions

Available in JQuery, Vue.js, and AngularJS.

Installation

cd to the directory you want to download this project. In terminal, run:

For HTTP:

git clone https://github.com/jessamarie/chatty.git

OR for SSH

git clone git@github.com:jessamarie/chatty.git

Then, checkout to the desired version

git checkout vuejs-version # uses vuejs (current master)

git checkout angularjs-version # uses angularjs

git checkout jQuery-version # uses jquery

Finally,

npm install
npm start

Navigate to http://localhost:3000/

Available Branches

Master

Vue.js

AngularJS

jQuery

About

A basic chat application made with socket.io


Languages

Language:JavaScript 37.1%Language:CSS 32.1%Language:HTML 30.7%