networknt / microservices-framework-benchmark

Raw benchmarks on throughput, latency and transfer of Hello World on popular microservices frameworks
MIT License
705 stars 127 forks source link

Added ASP.NET Core Hello World #20

Closed JesHansen closed 7 years ago

JesHansen commented 7 years ago

A simple .NET Core (ASP.NET Core) project has been added.

stevehu commented 7 years ago

@JesHansen Do I need Windows to compile and start the server?

JesHansen commented 7 years ago

No. .NET Core is cross platform. You can get the runtime for Linux, Mac and Windows here: https://www.microsoft.com/net/download/core

stevehu commented 7 years ago

Thanks @JesHansen for the link. I will install it on my desktop to test it. I am very interested in the result and I think it is a good move for Microsoft as Linux is the most popular server platform now.

JesHansen commented 7 years ago

Agreed @stevehu. Even on their own cloud platform, a large percentage of the deployed VMs are running Linux. http://www.cio.com/article/3087875/cloud-computing/one-third-of-azure-virtual-machines-now-run-linux.html

stevehu commented 7 years ago

Result is published. Impressive!!! Thanks a lot for your help.