Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/documentation/0010-node-hosting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ I use it a lot for demo purposes.

A way to publish your apps, and have no server at all to manage, is Serverless. Serverless is a paradigm where you publish your apps as **functions**, and they respond on a network endpoint (also called FAAS - Functions As A Service).

To very popular solutions are
Two very popular solutions are

- [Serverless Framework](https://serverless.com/framework/)
- [Standard Library](https://stdlib.com/)
Expand Down