A realtime Socket.io chatting PoC
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.
- Realtime messages between multiple users.
- Geolocation support via Geolocation API.
- List the currently active chat rooms.
- Simple UI.
- 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
This software is licensed under the MIT License.