Hacker News new | ask | show | jobs
by matheist 1258 days ago
Anyone know of any open-source exchanges at the level of sophistication described here?
1 comments

I wrote an open source one in Go that I'm still working on. It's never meant for production. The code is at github.com/dylanlott/orderbook and there's an accompanying write up on it at dylanlott.com/orderbook if you're interested.
Thank you for the writeup.