
Front end:
Use Dcloud's uni-app series, based on vue.js and Weixin Mini Programs development models.
Currently, it supports 5 terminals of APP (android, ios), H5, Weixin Mini Programs, and Alipay Mini programs.
Weex can be used for native rendering in specific scenes.
The APP uses Dcloud's H5+ to make native interface calls.
Backend:
php 7.2.x
Thinkphp 5.1 serves as an HTTP service (nginx).
getWanWork serves as a socket service (the socket data interaction method is binary data format).
redis caching, and specific modules use sqllite to cache module data.
mysql, mongodb databases.
JWT performs user authentication.
Send files using http
Double end:
Comes with dual-end app source code files, vue full-source open source files, and back-end open source files.
Source code functions:
Message reminder: New messages can be reminded (digital reminder, audio reminder).
Chat list: Displays all recent chat lists. Click an item in the list to open a chat window; you can also delete a chat list item.
Chat window: Text messages, picture messages, and emoticons can occur; pictures can be previewed.
On-site announcements: Display at the top can display announcements released in the background in a timely manner.
Add friends: You can search for the other person's account name and add it to your address book; you need to verify your friend before adding.
Group chats: Display Group chats information.
List: Displays contacts according to alphabetical groups; click on contacts to view details; you can delete contacts.
Games: You can add your official website or game website others ~ Custom embed in third-party websites
Personal information: Display avatar, nickname, and account number; you can modify avatar and nickname.
Change password: You can change the login password.
Circle of friends: You can post news
Comments0