# instant_message **Repository Path**: itzhongzi/instant_message ## Basic Information - **Project Name**: instant_message - **Description**: 即时通讯 群聊功能 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 即时通讯(群聊功能) > 功能描述 注册的用户可以在群里发送消息,消息所有人可见。(类似简化版的qq群) - 用户登录 - 留有 用户登录 和用户注册 接口
1. 注册: Post ```/login/register``` 2. 登录 : Post ```/login``` - 消息处理 - 留有 获取消息列表 和插入消息接口 1. 获取消息列表: Get ```/Message``` 2. 插入消息列表: Post ```/Message```