Hacker News new | ask | show | jobs
by hoofhearted 1431 days ago
We use .net core with a React Typescript frontend. Our production exe runs on bare metal Ubuntu instances behind NGINX.
2 comments

How’s the performance? This seems like a terrific stack
The performance is insane, and the development tooling around it is pretty impressive as well. I can live debug the react frontend app in Visual Studio without any setup or config. The project builds and runs the same on every box from dev up to production, so no need for virtualization, or Vagrant or VirtualBox anymore.
If you have any resources or maybe a sample on GitHub this sounds great for my next project
Are you hosting it on Azure, Amazon or inhouse?