Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.