add instant messaging WuKongIM

This commit is contained in:
WuKongIM 2023-09-17 12:35:23 +08:00 committed by GitHub
parent 134de14295
commit a8d18bff78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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._