Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moparisthebest/xmpp-bench-proxy
proxy to XMPP WebSocket for benchmarking tools
https://github.com/moparisthebest/xmpp-bench-proxy
Last synced: about 2 months ago
JSON representation
proxy to XMPP WebSocket for benchmarking tools
- Host: GitHub
- URL: https://github.com/moparisthebest/xmpp-bench-proxy
- Owner: moparisthebest
- License: agpl-3.0
- Created: 2023-05-19T03:00:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-31T03:13:36.000Z (about 1 year ago)
- Last Synced: 2023-10-31T04:22:57.641Z (about 1 year ago)
- Language: Rust
- Homepage: https://code.moparisthebest.com/moparisthebest/xmpp-bench-proxy
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
xmpp-bench-proxy
----------------[![Build Status](https://ci.moparisthe.best/job/moparisthebest/job/xmpp-bench-proxy/job/master/badge/icon%3Fstyle=plastic)](https://ci.moparisthe.best/job/moparisthebest/job/xmpp-bench-proxy/job/master/)
[rtb](https://github.com/processone/rtb) and [tsung](https://github.com/processone/tsung) are nice projects to benchmark XMPP servers, but they don't support connecting via WebSocket. This simply translates plaintext C2S XMPP to TLS WebSocket, quickly, using [xmpp-proxy](https://github.com/moparisthebest/xmpp-proxy). It explicitly doesn't do any DNS or certificate validation, so only use it for benchmarking. If you need that, use xmpp-proxy directly.
#### License
GNU/AGPLv3 - Check LICENSE.md for details