This repo demonstrates the usage of the other useless libraries I posted in order to make a whole useless app.
Currently, it:
- Uses
incomponentto make some webcomponents. - Uses
koa-wsapito make some websocket RPC calls.
Combined, these two make for a trivial little message board app where each client gets a unique random identifier, lucky them.
Just to document how the libraries work, and prove to myself that they do work to some nominal standard.
You need to have Redis running.
Clone this and $ npm start to run the app, for whatever good that does.
