Introduction
       ------------------------------------------------------------
       
       icb-ws is an experimental HTML5 front-end for Internet CB
       Network.
       
 (IMG) Architecture
       
       
       Website
       ------------------------------------------------------------
       
       The front-end consists only of static web pages and scripts.
       Set the WebSocket url in modules/config.mjs.
       
 (IMG) Login
 (IMG) Chat
       
       
       Service
       ------------------------------------------------------------
       
       The service requires Autobahn[1]. You need at least Python 3.7
       to start the service.
       
         $ python3.7 icb-ws.py -U wss://localhost:7329 \
           -L 127.0.0.1 -P 7329 \
           -s internetcitizens.band -p 7326 \
           --ssl-key localhost.key --ssl-cert localhost.crt
       
       
       References
       ------------------------------------------------------------
 (HTM) [1]: Autobahn
       
       
       Links
       ------------------------------------------------------------
 (BIN) main.zip
 (HTM) GitHub
 (HTM) internetcitiziens.band