# im **Repository Path**: miao-wenhao/im ## Basic Information - **Project Name**: im - **Description**: 基于Golang、Websocket、MongoDB实现的简易即时通讯系统 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-22 - **Last Updated**: 2023-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README IM 语言:Golang 数据库:MongoDB 框架:GIN 协议:Websocket 核心包 https://github.com/gorilla/websocket 扩展安装 go get -u github.com/gin-gonic/gin go get github.com/gorilla/websocket go get go.mongodb.org/mongo-driver/mongo go get -u github.com/golang-jwt/jwt/v4 go get github.com/satori/go.uuid 已弃用的扩展 go get github.com/dgrijalva/jwt-go