docs(readme): chinese and englist

Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw) 2023-05-13 18:03:50 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent 0ca55c088d
commit 47f94ada70

View File

@ -15,12 +15,17 @@
<a href="https://golang.org/"><img src="https://img.shields.io/badge/Language-Go-blue.svg"></a>
</p>
</p>
<p align="center">
<a href="./README.md"><b>English</b></a>
<a href="./README_zh.md"><b>中文</b></a>
</p>
</p>
## What is Open-IM-Server
> **Note** 🔍
> English | [中文](./README_zh.md)
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.