Neurofeedback
Neurofeedback is a web application that runs on a local computer and communicates with an EEG signaling device. The EEG signal recorder communicates via a dedicated interface through which it sends recorded data. The information is displayed on the local site and is available to the therapist on any device in the local network.
The big challenge of this project was to display all the data in real time. For this reason, it was necessary to use responsive graphs within the web browser and ensure that the server with the minimum delay, with FFT processing, sends two hundred data points per second.
- React
- Redux
- .NET Core
- SASS
- PostgreSQL
- MongoDB