Skip to content
forked from yinxin630/fiora

An interesting chat application power by socket.io, koa, mongodb and react

License

Notifications You must be signed in to change notification settings

mk-fangkuai/fiora

 
 

Repository files navigation

Fiora

Test Status Lint Status Typescript Status author Node.js Version License: MIT

Language: English | 简体中文

fiora is an interesting chat application. It is developed based on node.js, mongodb, react and socket.io technologies

The project started at 2015-11-04

Online address: https://fiora.suisuijiang.com/
Android / iOS app: https://github.com/yinxin630/fiora-app

Functions

  1. Register an account and log in, it can save your data for a long time
  2. Join an existing group or create your own group to communicate with everyone
  3. Chat privately with anyone and add them as friends
  4. Multiple message types, including text / emoticons / pictures / codes / files / commands, you can also search for emoticons
  5. Push notification when you receive a new message, you can customize the notification ringtone, and it can also read the message out
  6. Choose the theme you like, and you can set it as any wallpaper and theme color you like
  7. Set up an administrator to manage users

Screenshot

PC

Phone

Install

See how to run Fiora

Change Log

See change log

Directory

|-- [bin]                     // Server management tools
|-- [build]                   // Webpack build
|-- [client]                  // Client code
|-- [config]                  // Config
|-- [dist]                    // Packaging output directory
|-- [doc]                     // Document
|-- [public]                  // Server static resources
|-- [server]                  // Server code
|-- [utils]                   // Util method
|-- .babelrc                  // Babel config
|-- .eslintignore             // Eslint ignore config
|-- .eslintrc                 // Eslint rule config
|-- .gitignore                // Git ignore config
|-- .nodemonrc                // Nodemon config
|-- package-lock.json         // npm
|-- package.json              // npm
|-- yarn.lock                 // yarn
...

Contribution

If you want to add functionality or fix bugs, please follow the process below:

  1. Fork this repository and clone the fork post to the local
  2. Installation dependencies yarn install
  3. Modify the code and confirm it is bug free
  4. Submit code, if eslint has reported error, please repair it and submit it again.
  5. Create a pull request

About

An interesting chat application power by socket.io, koa, mongodb and react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.0%
  • Less 10.6%
  • JavaScript 1.8%
  • Other 0.6%