* .NET Core Backend (Business logic + Kestrel Web server + Let's Encrypt + JSON Web API)
* NOSQL Database: The filesystem
* SPA InfernoJS front-end (similar to React)
--
The application is performance intensive and must deliver responses sub 100ms at at all times. Each 'request' from the user does a lot of work. I optimized to get all this to run efficiently on a $20 / mo EC2 instance, with no other costs
* AWS EC2
* .NET Core Backend (Business logic + Kestrel Web server + Let's Encrypt + JSON Web API)
* NOSQL Database: The filesystem
* SPA InfernoJS front-end (similar to React)
--
The application is performance intensive and must deliver responses sub 100ms at at all times. Each 'request' from the user does a lot of work. I optimized to get all this to run efficiently on a $20 / mo EC2 instance, with no other costs