Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

jakejarrett/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat

This is based on the code from socket.io's chat-example

Installing/Running the app

$ npm install -g browserify
$ npm install
$ browserify app/assets/js/app.es6 -o app/assets/js/app.js -t [ babelify --presets [ es2015 ] ]
$ node index.js

Features

  • Users can join chat with a unique name (Prevents users having duplicate names)
  • Users can send/recieve global messages
  • Notifications (Improvements coming to this too)
  • ES6 😸

Screenshots

Screenshot

About

ES6 Chat App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages