Skip to content

mohllal/chat-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-PoC

A realtime Socket.io chatting PoC

Prerequisites:

The application was built using Node.js, so you should ensure you have it installed on your machine.

To watch file changes you must also install Nodemon NPM package.

Features:

  • Realtime messages between multiple users.
  • Geolocation support via Geolocation API.
  • List the currently active chat rooms.
  • Simple UI.

Usage:

  1. Clone this repository to your desktop, go to the chat-PoC directory and install the application dependencies using NPM:
npm install

2- Run the application and go to http://localhost:3026 to see the application running:

npm start

License:

This software is licensed under the MIT License.