Skip to content

20centaurifux/icb-ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

icb-ws is an experimental HTML5 front-end for Internet CB Network.

alt text

A Python WebSocket service allows the browser to connect to a Internet CB Network server.

Website

The front-end consists of a single web page.

alt text alt text

Set the WebSocket url in config.mjs. Then build the website with npm:

npm run build

Service

The service requires Autobahn. 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

Demo

You can find a demo on https://chat.internetcitizens.band.