/nodechat

:thought_balloon: WIP - Simple Chat built on top of Node.JS

Primary LanguageJavaScriptMIT LicenseMIT

NodeChat - WIP

Maintainability

Simple Chat built on top of Node.JS and MongoDB

Getting Started

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

Prerequisites

Node and npm

Installing

clone this repo and run to get the frontend:

$ cd chat-platafom
$ npm install
$ npm start

And run to get the backend:

$ cd server
$ npm install
$ npm start

Built With

  • Express.Js - Fast, unopinionated, minimalist web framework for Node.js
  • socket.io - FEATURING THE FASTEST AND MOST RELIABLE REAL-TIME ENGINE
  • React - A JavaScript library for building user interfaces

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

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