From a8d18bff7843cb336f33054c21a99723b8c93fe3 Mon Sep 17 00:00:00 2001 From: WuKongIM Date: Sun, 17 Sep 2023 12:35:23 +0800 Subject: [PATCH] add instant messaging WuKongIM --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8a5d831c..a7ddab5f 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Distributed Systems](#distributed-systems) - [Dynamic DNS](#dynamic-dns) - [Email](#email) + - [Instant Messaging](#instant-messaging) - [Embeddable Scripting Languages](#embeddable-scripting-languages) - [Error Handling](#error-handling) - [File Handling](#file-handling) @@ -984,6 +985,12 @@ _Libraries and tools that implement email creation and sending._ **[⬆ back to top](#contents)** +## Instant Messaging + +_Libraries and tools that implement instant messaging._ + +- [WukongIM](https://github.com/WuKongIM/WuKongIM) - a high-performance universal communication service + ## Embeddable Scripting Languages _Embedding other languages inside your go code._