Brenopms / node_chat

Realtime chat app

Home Page:https://chat-node-app.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node_chat

Realtime chat developed during 'All about Node.js' class

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Prerequisites

To install you will need NPM preferentially 8^ Version , redis installed and a Mlab account

Installing

# install dependencies
npm install

# Config development.json
xdg-open app/config/development.json

# Run redis locally
yourpath$ ./src/redis-server

# Start node server
node server.js

Built With

  • Express - The Node framework used
  • Socket.io - Realtime application framework
  • MongoDB - NoSQL database
  • MLab - Database-as-service
  • Redis - In-memory data structure store

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Realtime chat app

https://chat-node-app.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 48.2%Language:HTML 25.9%Language:CSS 25.8%