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

https://github.com/syzer/finance-realtime-resilient

Resiliant systems for network slowdowns, and server errors
https://github.com/syzer/finance-realtime-resilient

finance fintech high-performance network resilience

Last synced: 9 months ago
JSON representation

Resiliant systems for network slowdowns, and server errors

Awesome Lists containing this project

README

          

# WAT

example of load resilience in network traffic

# How

```sh
npm i
```

start 3 servers
```sh
nodemon -w ./ -x 'server2/bin/www'
nodemon -w ./ -x 'server1/bin/www'
nodemon -w ./ -x 'node index'
```