poelstra / mhub

Simple, flexible message hub using websockets
MIT License
9 stars 7 forks source link

Nodeserver #15

Closed rikkertkoppes closed 6 years ago

rikkertkoppes commented 6 years ago

See https://github.com/poelstra/mhub/issues/14

Goal is to create a server class very similar to the client class, in order to be able to instantiate a server (or multiple...) from a node process

poelstra commented 6 years ago

Can you indicate what you still intend to do before it gets to a state where we can merge?

(Would be nice to add that as checkbox items to the opening topic, this way GitHub will track its progress.)

poelstra commented 6 years ago

Fixed some small remaining things (lint / compiler warnings that were there before) and made storage non-global. Rest is merged as-is. Thanks @rikkertkoppes!