Utilizes Node.js RESTful API + Socket.io for real-time messages feed updates.
usage:
npm install: Install required project packagesnpm start: Runs the app in the development mode.
serve it with a static server:
npm install -g serveserve -s build
The feed will get populated with the latest 10 available messages.

