mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
feat: readme add shields
Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
parent
fbaea5dba1
commit
9ed2513e6c
15
README.md
15
README.md
@ -1,8 +1,18 @@
|
||||
# Open-IM-Server
|
||||
|
||||

|
||||
<p align="center">
|
||||
<b>Open source Instant Messaging Server</b>
|
||||
</p>
|
||||
|
||||
[](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/LICENSE) [](https://golang.org/)
|
||||
|
||||
<p align=center>
|
||||
<a href="https://goreportcard.com/report/github.com/OpenIMSDK/Open-IM-Server"><img src="https://goreportcard.com/badge/github.com/OpenIMSDK/Open-IM-Server" alt="A+"></a>
|
||||
<a href="https://github.com/search?q=user%3Akubesphere+user%3Akubesphere-sigs+label%3A%22good+first+issue%22+state%3Aopen&type=Issues&ref=advsearch&l=&l="><img src="https://img.shields.io/github/issues/badges/shields/good%20first%20issue" alt="good first"></a>
|
||||
<a href="https://join.slack.com/t/openimsdk/shared_invite/zt-1tmoj26uf-_FDy3dowVHBiGvLk9e5Xkg"><img src="https://img.shields.io/badge/Slack-600%2B-blueviolet?logo=slack&logoColor=white"></a>
|
||||
<a href="https://www.youtube.com/channel/UCyTdUQUYjf7XLjxECx63Hpw"><img src="https://img.shields.io/youtube/channel/subscribers/UCyTdUQUYjf7XLjxECx63Hpw?style=social"></a>
|
||||
<a href="https://img.shields.io/badge/license-Apache--2.0-green"><img src="https://github.com/OpenIMSDK/Open-IM-Server/blob/main/LICENSE"></a>
|
||||
<a href="https://golang.org/"><img src="https://img.shields.io/badge/Language-Go-blue.svg"></a>
|
||||
</p>
|
||||
|
||||
|
||||
## What is Open-IM-Server
|
||||
@ -10,7 +20,6 @@
|
||||
> **Note**
|
||||
> English | [中文](./README_zh.md)
|
||||
|
||||
Open source Instant Messaging Server
|
||||
Instant messaging server. Backend in pure Golang, wire transport protocol is JSON over websocket.
|
||||
Everything is a message in Open-IM-Server, so you can extend custom messages easily, there is no need to modify the server code.
|
||||
Using microservice architectures, Open-IM-Server can be deployed using clusters.
|
||||
|
1
README_zh.md
Normal file
1
README_zh.md
Normal file
@ -0,0 +1 @@
|
||||
# Open-IM-Server
|
Loading…
x
Reference in New Issue
Block a user