sneilan / stock-exchange

Personal stock exchange on your laptop!
Other
39 stars 7 forks source link

Websockets #25

Open sneilan opened 10 months ago

sneilan commented 10 months ago

Even though raw binary data would be faster to transmit, I think implementing the websocket protocol may be the right move because it will be easier for users to create trading clients. The wikipedia page for websockets has a great description of the protocol.

I need to understand the protocol, how hard it is to implement authentication and what the performance penalty will be for improved usability.