           SPELL=qt6websockets
source $GRIMOIRE/$SECTION/QT6_VERSIONS


         ENTERED=20210930
           SHORT="Qt implementation of WebSockets"
cat << EOF
QtWebSockets is a pure Qt implementation of WebSockets - both client and server.
It is implemented as a Qt add-on module, that can easily be embedded into existing Qt 
projects. It has no other dependencies than Qt.

### Features
* Client and server capable
* Text and binary sockets
* Frame-based and message-based signals
* Strict Unicode checking
* WSS and proxy support

EOF
