A high performance Wisp server that has packet analysis.
- Wisp V1 Support
- Pcap network capture
- Blacklisting & Whitelisting ports and domains
It's faster then WispServerCpp.
The other benchmarks are more nuanced.
Big thanks to all of these projects:
- uWebSockets A high performant web socket server library.
- Cli11 for configuration.
- pugixml for xml configuration.
- tl::expected a polyfill for the c++23 feature for better error handling.
- PcapPlusPlus for recording traffic going through your wisp server.
- BS_thread_pool a basic thread pool library.