# fiora **Repository Path**: wxingheng/fiora ## Basic Information - **Project Name**: fiora - **Description**: fiora react node mongo 在线多人聊天室 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-06 - **Last Updated**: 2025-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fiora [![Build Status](https://travis-ci.org/yinxin630/fiora.svg?branch=master)](https://travis-ci.org/yinxin630/fiora) [![author](https://img.shields.io/badge/author-%E7%A2%8E%E7%A2%8E%E9%85%B1-blue.svg)](http://suisuijiang.com) [![Node.js Version](https://img.shields.io/badge/node.js-8.9.0-blue.svg)](http://nodejs.org/download) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/yinxin630/fiora/blob/master/LICENSE) Language: [English](README.md) | [简体中文](./doc/README.ZH.md) Fiora is a web chat application. It is written by node.js, mongodb, socket.io and react Online address: [https://fiora.suisuijiang.com/](https://fiora.suisuijiang.com/) Android / iOS app: [https://github.com/yinxin630/fiora-app](https://github.com/yinxin630/fiora-app) ## Functions 0. Users, groups, private chat, group chat 0. Text, pictures, code, URL and many other types of messages 0. Create/Search/Join group, Search/Add friend 0. Desktop notification, sound reminder 0. Custom desktop background, theme color, and text color 0. Display group online members 0. Send huaji expression, Search expression 0. New message voice broadcast ## Screenshot ![](./doc/screenshots/runtime.png) ## Install [See how to run Fiora locally](./doc/INSTALL.md) ## Directory |-- [build] // Webpack build |-- [client] // Client code |-- [config] // Config |-- [dist] // Packaging output directory |-- [doc] // Document |-- [public] // 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: 0. Fork this repository and clone the fork post to the local 0. Installation dependencies `yarn or npm install` 0. Modify the code and confirm it is bug free 0. Submit code, if eslint has reported error, please repair it and submit it again. 0. Create a pull request