From 9ed2513e6c4878805b6761b735d6b593fcb172e3 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw)" <3293172751nss@gmail.com> Date: Thu, 11 May 2023 00:49:41 +0800 Subject: [PATCH] feat: readme add shields Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> --- README.md | 15 ++++++++++++--- README_zh.md | 1 + 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 README_zh.md 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