Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 474 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 474 Bytes

Exchange server

This code is a contest entry for Wood & Co. coding challenge implementing a TCP server for simulating simple stock exchange. It's written in Python 3.5 using asyncio and ujson. You can run it by executing exchange-simulator.py, execute unit tests using python -m unittest discover or install into system using python setup.py install.

Complex documentation in Czech language can be found in doc/dokumentace.pdf.