Online demo:http://cr.mdzzapp.com
- New plugin system(based on https://github.com/blackmiaool/jquery-image-explode)
- 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
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
- 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 runningnpm 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.
Build an android edition with rn- Sending code function