Skip to content

A simple chat with Meteor.js, React.js, Express.js and Socket.io

License

Notifications You must be signed in to change notification settings

Area-16/AndromedaChat

Repository files navigation

Andromeda Chat

Description

A simple chat with Meteor.js, React.js, Express.js and Socket.io

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

First install Meteor.js

Installing

git clone https://github.com/dougtq/AndromedaChat.git
cd AndromedaChat && yarn

Then run the project

yarn start

Open your browser at localhost:3000 to start the chat

Coding style

The chosen code style is Standard

Built With

  • Meteor - The web framework used
  • React - The visual library used
  • Express - The server framework used
  • Socket.io - The real-time engine used

Author

License

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