# mini-im **Repository Path**: fb4213/mini-im ## Basic Information - **Project Name**: mini-im - **Description**: 基于Netty和SpringBoot3.2的一个简单的IM系统。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-23 - **Last Updated**: 2024-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于Netty、SpringBoot和RabbitMQ实现的IM系统,支持多端登录,支持单聊。后续会支持群聊和视频通话功能。 安装需求: JDK21(使用了虚拟线程) MySQL8.0(使用了NO WAIT语法)