/SocketIOChatDemo

Web application developed to show a demo using socket.io library

Primary LanguageHTMLMIT LicenseMIT

SocketIOChatDemo

Web application developed to show a demo using socket.io library, built in node.js with express as framework for the back-end, and HTML, CSS and JS with Bootstrap in the front-end side.

Demo

Yo can find a demo, working here

demo

Usage

$ git clone https://github.com/ageapps/SocketIOChatDemo.git
$ cd SocketIOChatDemo
$ npm install
$ npm start
// connect in your browser to http://localhost:4000

Resources