discord-irc / irc-websockets

websockets wrapper around irc
MIT License
0 stars 0 forks source link

irc-websockets

A websockets wrapper around a irc client.

Can be used as a backend for a javascript front end for irc clients.

npm install
npm run start

Update to get new db schema

git pull
npm i
npm run db migrate

Example client implementation

no frameworks lol

There is some cursed selfmade orm kind of thing.

There is some cursed selfrolled interactive console.

console