/exchange-server

Contest entry for http://codingchallenge.wood.cz/

Primary LanguagePython

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.