Skip to content

yezhoucc/fiora

 
 

Repository files navigation

Fiora

Fiora is a web chat application. Made by node.js, koa, react.

中文版

Function

  1. Register user, create group, join group, private chat, group chat
  2. Support text, image, code, url types of message
  3. Desktop notification, sound notification, notification switch
  4. Customize avatar, collect expression, customize group announcement
  5. Limit message length, message frequency
  6. A simple plugin system

Run Shot

Installation

The project is powered by node.js and mongodb database. To install node.js (For China mirror). To install mongodb.

  1. Clone this repository
    git clone git@github.com:yinxin630/fiora.git
  2. Go to repository directory and run
    npm install
  3. Create config file from simple config. The localServer, localPort, database, jwtSecret is necessary.
    cp config/config.simple.js config/config.js.
  4. Set database and other params in config file
  5. Run the project
    npm start
  6. Open http://localhost:8080/webpack-dev-server/ and enjoy it

Contribute

If you want to add functionality or fix bug, please observe the following process.

  1. Fork this repository and clone the fork
  2. Install dependencies npm install
  3. Modify the code and check for bug
  4. Commit your code. If you get any error or warning from eslint, please fix it
  5. Create a pull request

About

A web chat application power by koa and react.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.1%
  • CSS 17.5%
  • HTML 0.4%