diff --git a/README.md b/README.md index 0e25786cd..f32a391ca 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,18 @@ # Open-IM-Server -![avatar](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/docs/open-im-logo.png) +
+Open source Instant Messaging Server +
-[![LICENSE](https://img.shields.io/badge/license-Apache--2.0-green)](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/LICENSE) [![Language](https://img.shields.io/badge/Language-Go-blue.svg)](https://golang.org/) + + ## 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. diff --git a/README_zh.md b/README_zh.md new file mode 100644 index 000000000..cf8dcb3fd --- /dev/null +++ b/README_zh.md @@ -0,0 +1 @@ +# Open-IM-Server