.NET Core vs JAWS: What are the differences?
What is .NET Core? An Open Source, General-Purpose Development Platform Maintained by Microsoft and the .NET Community. Cross-platform (supporting Windows, macOS, and Linux) and can be used to build device, cloud, and IoT applications.
What is JAWS? Javascript + AWS Stack – A server-free, webapp boilerplate using bleeding-edge AWS services. The Javascript + AWS Stack – A server-free, webapp boilerplate using bleeding-edge AWS services that redefine how to build massively scalable web applications.
.NET Core and JAWS can be categorized as "Frameworks (Full Stack)" tools.
Some of the features offered by .NET Core are:
- Cross-platform
- Consistent across architectures
- Command-line tools
On the other hand, JAWS provides the following key features:
- Use No Servers: Never deal with scaling/deploying/maintaing/monitoring servers again.
- Isolated Components: The JAWS back-end is comprised entirely of AWS Lambda Functions.
- Scale Infinitely: A back-end comprised of Lambda functions comes with a ton of concurrency and you can easily enable multi-region redundancy.
.NET Core and JAWS are both open source tools. It seems that JAWS with 30.9K GitHub stars and 3.43K forks on GitHub has more adoption than .NET Core with 11.2K GitHub stars and 2.41K GitHub forks.