Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junajan/nodejs-stock
Simple stock market written in Node.JS
https://github.com/junajan/nodejs-stock
Last synced: 16 days ago
JSON representation
Simple stock market written in Node.JS
- Host: GitHub
- URL: https://github.com/junajan/nodejs-stock
- Owner: junajan
- Created: 2014-04-16T20:31:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-13T09:18:47.000Z (over 9 years ago)
- Last Synced: 2024-04-14T04:34:02.833Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 46.3 MB
- Stars: 3
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nodejs simple stock market
Simple stock market & broker & client app made in MEAN stack.
## Client
Client app which allows us to buy/sell stock on stock market.
## Broker
Broker app, which process clients requests and transfer them to stock market.
## Market
Stock market, which accepts requests from connected brokers and process them with
order matching algorithm.## robotBroker
Dummy robot which sending buy&sell orders to stock market.
Used mainly to test performance of stock server.