Simple web app with ReactJS + C# that is steaming data computed by AKKA.net thru gRPC
- docker
- docker-compose
- Clone repo.
- Build images. From root directory:
docker compose build. - Run app. From root directory:
docker compose up -d. - Open browser, then go to http://localhost/.
- Press "Сonnect" button. This will start a stream on server and then listen to it.
- On "Formulas" page you can add or edit functions that applies to original point. Supported any functions from x, like
x+1,4*x^2+3*x-2,sin(x). For ref: https://mathparser.org/.
Tested on Docker Desktop 4.19.0, another version not tested.
Ensure that nothing already started on ports :80, :8080 and :9901