Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.04 KB

File metadata and controls

30 lines (18 loc) · 1.04 KB

Chatterbot

A simple real-time chat application built with Node and Socket.io.

View live site

Getting Started

For a local copy, clone the repo and from the command line: npm install && npm start.

Features

  • Join a room, and communicate in real-time with those in the room.
  • Automated admin, with notifications upon entering/leaving room.
  • Send out a 'current location' with Google Maps.

Running Tests

Chatterbot is fully tested using Mocha. To run the automated test suite, clone the repo locally, and run npm test.

Built With

Chatterbot is a very simple chat-room-like app that utilizes: