Skip to content

Commit

Permalink
fix(docs): add fix for #327
Browse files Browse the repository at this point in the history
Pull in from merge:
42a5d3e

Co-authored-by: Siddharth Khonde <sidconstructs@gmail.com>
Signed-off-by: Bailey Hayes <behayes2@gmail.com>
  • Loading branch information
ricochet and siddharthkhonde committed Mar 26, 2024
1 parent 84e39de commit 0725149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-0.82/tour/why-wasmcloud.mdx
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 3

# Hello Universe

You've now built a simple microservice with wasmCloud that uses common capabilities (handle HTTP requests, interface with a key-value store) that many cloud native applications need. So, _why wasmCloud_? What makes this application that you built different from similar apps on other platforms? Beyond providing an easy-to-use platform that's quick to get started with, we also want to make sure that you understand that the biggest benefits of wasmCloud come after you've built your application.
You've now built a simple microservice with wasmCloud that uses common capabilities (handle HTTP requests, interface with a key-value store) that many cloud native applications need. So, _why wasmCloud_? What makes this application that you built different from similar apps on other platforms? wasmCloud is an easy-to-use platform that's quick to get started with, which is essential for a great and intuitive developer experience, and this project extends far beyond "Hello World." This page emphasizes the intention behind the design of wasmCloud, and the benefits that follow after you've built your application.

Now that your microservice is running, consider what you may have to do to actually deploy that to production in the cloud. If you're building this application in a modern language and packaging it up into a container, you may have the following hurdles to consider _before you even get to the point of writing your features in the first place_:

Expand Down

0 comments on commit 0725149

Please sign in to comment.