sneilan / stock-exchange

Personal stock exchange on your laptop!
Other
12 stars 4 forks source link

L1 Market Data #24

Closed sneilan closed 7 months ago

sneilan commented 7 months ago

See https://github.com/sneilan/stock-exchange/issues/22

I've added sendMessageToAllClients to SocketServer to abstract sending a message to connected clients. That way other services don't have to deal with the network layer to send a message to all connected clients. If other services need more custom functionality, a child of SocketServer can be created.