If you implement the integration of CIM (Instant Push System), modify the server to a SpringBoot+Vue front-end and back-end separated version (see the code download at the end of the article)

Scenes

If you build a development environment and run the project in a separate version of the front and back ends:

https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/108465662

CIM

Gitee address:

https://gitee.com/farsunset/cim

The CIM project is based on the push system under the mina or netty framework. We usually use third-party push SDKs, such as Jiguang Push, Baidu Push, Xiaomi Push, and Tencent Homing Pigeon to support our mobile terminal business. Some users may implement it by themselves. For instant messaging system needs, then CIM provides you with a solution or idea. At present, CIM supports websocket, android, ios, desktop applications, system applications and other multi-terminal access support. At present, the CIM server is built using springboot to only have message push Functions, data caching and persistence need to be developed by users themselves, but they are equipped with relatively complete documentation. Finally, I hope CIM can bring you some value.

Pull the above cim code locally, the code structure is as follows

 

Guess you like

Origin blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/114677054