redsx / CR

最新版已转移到NMAI--->

Home Page:https://github.com/redsx/NAMI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Real-Time Chat Room Built with React

Online demo:http://cr.mdzzapp.com

Updates

Features

  • Register user, login and logout, private chat, group chat, browse history
  • Create group, join group, search user, search group
  • Send image, bookmark image, image galleries
  • Customize avatar, modify and browse personal information
  • Desktop notification, sound notification, title icon notification
  • Block and follow user
  • Switch notification and fullscreen, customize background image
  • Plugin system

Screenshot

x3

Install

git clone https://github.com/redsx/CR.git
cd CR
npm install
npm run-script client-start # pack front-end code
npm start # open server, open http://locahost:3000

Tips:

  • Check whether you installed the mongodb and the nodejs(v6.0+) before running the project.
  • If the port number of your mongodb is not 54321, you should change the PROT variable in ./server/config/mongo-config.js to it before running npm start.
  • If you fail to install the bcrypt, you can use bcrypt-nodejs to replace it. If you do so, please follow the comments in ./server/controller/user.js to change the parameters.

Route Map

  • Build an android edition with rn
  • Sending code function

About

最新版已转移到NMAI--->

https://github.com/redsx/NAMI


Languages

Language:JavaScript 80.4%Language:CSS 17.9%Language:HTML 1.7%