Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 457 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 457 Bytes

Chat app front-end

Utilizes Node.js RESTful API + Socket.io for real-time messages feed updates.

usage:

  • npm install: Install required project packages
  • npm start: Runs the app in the development mode.

serve it with a static server:

  • npm install -g serve
  • serve -s build

Demo1

The feed will get populated with the latest 10 available messages.

Demo2