You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,10 +99,10 @@ Starting with the 11.0.8 release, IXWebSocket should be fully C++11 compatible.
99
99
If your company or project is using this library, feel free to open an issue or PR to amend this list.
100
100
101
101
-[Machine Zone](https://www.mz.com)
102
-
-[Tokio](https://gitlab.com/HCInk/tokio), a discord library focused on audio playback with node bindings.
102
+
-[Tokio](https://github.com/liz3/tokio), a discord library focused on audio playback with node bindings.
103
103
-[libDiscordBot](https://github.com/tostc/libDiscordBot/tree/master), an easy to use Discord-bot framework.
104
104
-[gwebsocket](https://github.com/norrbotten/gwebsocket), a websocket (lua) module for Garry's Mod
105
-
-[DisCPP](https://github.com/DisCPP/DisCPP), a simple but feature rich Discord API wrapper
105
+
-[DisCPP](https://github.com/DisCPP/DisCPP), a simple but feature rich Discord API wrapper (archived as of Oct 8, 2021)
106
106
-[discord.cpp](https://github.com/luccanunes/discord.cpp), a discord library for making bots
107
107
-[Teleport](http://teleportconnect.com/), Teleport is your own personal remote robot avatar
108
108
-[Abaddon](https://github.com/uowuo/abaddon), An alternative Discord client made with C++/gtkmm
@@ -115,8 +115,8 @@ There are plenty of great websocket libraries out there, which might work for yo
115
115
116
116
*[websocketpp](https://github.com/zaphoyd/websocketpp) - C++
117
117
*[beast](https://github.com/boostorg/beast) - C++
118
+
*[µWebSockets](https://github.com/uNetworking/uWebSockets) - C++
118
119
*[libwebsockets](https://libwebsockets.org/) - C
119
-
*[µWebSockets](https://github.com/uNetworking/uWebSockets) - C
120
120
*[wslay](https://github.com/tatsuhiro-t/wslay) - C
121
121
122
122
[uvweb](https://github.com/bsergean/uvweb) is a library written by the IXWebSocket author which is built on top of [uvw](https://github.com/skypjack/uvw), which is a C++ wrapper for [libuv](https://libuv.org/). It has more dependencies and does not support SSL at this point, but it can be used to open multiple connections within a single OS thread thanks to libuv.
@@ -136,7 +136,6 @@ To check the performance of a websocket library, you can look at the [autoroute]
136
136
| Linux | OpenSSL | Address Sanitizer |[![Build2][7]][0]|
137
137
| Mingw | Disabled | None |[![Build2][8]][0]|
138
138
139
-
* ASAN fails on Linux because of a known problem, we need a
140
139
* Some tests are disabled on Windows/UWP because of a pathing problem
141
140
* TLS and ZLIB are disabled on Windows/UWP because enabling make the CI run takes a lot of time, for setting up vcpkg.
142
141
@@ -148,5 +147,5 @@ To check the performance of a websocket library, you can look at the [autoroute]
0 commit comments