Skip to content

Commit

Permalink
Update post
Browse files Browse the repository at this point in the history
  • Loading branch information
akclace committed Jan 18, 2025
1 parent b04f20f commit 3f12d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/webserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Within the app, rules are defined using [Starlark](https://starlark-lang.org/).

## Conclusion

By enforcing app-level isolation in routing rules, Clace allows each app to manage its own domain and path namespace without risking conflicts or breakages. This approach encourages developers to utilize efficient web server–level routing features, confident that changes in one app won’t disrupt others. No all webserver routing use case can use this approach, but this is useful for app deployment use cases.
By enforcing app-level isolation in routing rules, Clace allows each app to manage its own domain and path namespace without risking conflicts or breakages. This approach encourages developers to utilize efficient web server–level routing features, confident that changes in one app won’t disrupt others. Some webserver routing use cases which are more complex cannot use this approach, but this is useful for app deployment scenarios.

0 comments on commit 3f12d74

Please sign in to comment.