lescuer97 / nutmix

golang implementation of ecash mint
MIT License
14 stars 1 forks source link

NUT-17 websocket communication suppport. #106

Open lescuer97 opened 2 weeks ago

lescuer97 commented 2 weeks ago

Link to nut: https://github.com/cashubtc/nuts/blob/main/17.md

Web socket will receive message and accept or deny the websocket. writer will check every few seconds for changes on the database or lightning node and if changes happened send them back.

// TODO on the pull request.