Skip to content

a simple engine , just for matching order.

License

Notifications You must be signed in to change notification settings

hellyguo/marketMatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarketMatch

intro

a simple engine , just for matching order.

the engine only support limit price matching.

license

Apache License Version 2.0

todolist

  1. run in multithread mode
  2. beautify the webpage
  3. improve the engine's performance

how to run

  1. build war by gradle gradle war
  2. put war into Tomcat
  3. run Tomcat
  4. type "http://localhost:8080/[war name]" in the browser's location bar to access the webpage

used open source library

java library

  • slf4j
  • logback
  • fastjson
  • junit

js library

  • jquery
  • vue
  • echarts