docs(readme): chinese and englist

Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
pull/397/head
Xinwei Xiong(cubxxw) 2 years ago
parent 1a1c4e08fb
commit 8dbff65260

@ -15,11 +15,16 @@
<a href="https://golang.org/"><img src="https://img.shields.io/badge/Language-Go-blue.svg"></a> <a href="https://golang.org/"><img src="https://img.shields.io/badge/Language-Go-blue.svg"></a>
</p> </p>
</p>
## What is Open-IM-Server <p align="center">
<a href="./README.md"><b>English</b></a>
<a href="./README_zh.md"><b>中文</b></a>
</p>
> **Note** 🔍 </p>
> English | [中文](./README_zh.md)
## What is Open-IM-Server
Instant messaging server. Backend in pure Golang, wire transport protocol is JSON over websocket. 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. Everything is a message in Open-IM-Server, so you can extend custom messages easily, there is no need to modify the server code.

Loading…
Cancel
Save