Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sneilan authored Oct 21, 2023
1 parent 40e7aaa commit 6f4110d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ cd stock-exchange
docker run -it -v $PWD:/app -p 8888:8888 exchange
```

## Place Sample Trades
In a separate terminal, not inside of docker, run the following example Python 3 trading client.
Python 3 script will auto-connect to 0.0.0.0:8888 (exchange server).
Will place a random trade each time you press enter. You'll see output on the exchange.
```
python3 scripts/loadTest.py
```

## Current features
```
[x] Connect from internet
Expand All @@ -41,14 +49,6 @@ docker run -it -v $PWD:/app -p 8888:8888 exchange
[x] Easy install
```

## Place Trades
In a separate terminal, not inside of docker, run the following example Python 3 trading client.
Python 3 script will auto-connect to 0.0.0.0:8888 (exchange server).
Will place a random trade each time you press enter. You'll see output on the exchange.
```
python3 scripts/loadTest.py
```

## Test
Test with
```
Expand Down

0 comments on commit 6f4110d

Please sign in to comment.