Skip to content

AlexanderGureev/chat_koa

Repository files navigation

LiveChat for React and koa 2

This is an open source application written using the koa and react. The goal of the project is to implement all the basic chat functionality.

Demo

https://chater-koa.herokuapp.com

Desktop and mobile version

Requires

  • Node.js
  • NPM (Node Package Manager) or Yarn
  • Redis
  • Mongodb

Development

Make sure your system meets the requirements above, as well redis.service and mongodb.service is enabled. Next, clone this repository and run:

cd chat_koa
yarn install
cd backend/server
yarn install
yarn dev-front or yarn dev

To build a production version use:

cd backend/server
yarn build

Rest API support

Features

Few main features...

Releases

No releases published

Packages

No packages published