diff options
author | 2023-07-31 13:57:17 -0700 | |
---|---|---|
committer | 2023-07-31 13:57:17 -0700 | |
commit | 90991da908b0725802db63d9fd8d5b4de1eb21a5 (patch) | |
tree | bb1e71bce28124e63944b0a47722ed925aa35687 /docs/guides/ecosystem/elysia.md | |
parent | 404b90badc5856a74c06d04062c850003e28fed5 (diff) | |
download | bun-90991da908b0725802db63d9fd8d5b4de1eb21a5.tar.gz bun-90991da908b0725802db63d9fd8d5b4de1eb21a5.tar.zst bun-90991da908b0725802db63d9fd8d5b4de1eb21a5.zip |
Update titles, add Workspaces guide
Diffstat (limited to 'docs/guides/ecosystem/elysia.md')
-rw-r--r-- | docs/guides/ecosystem/elysia.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/ecosystem/elysia.md b/docs/guides/ecosystem/elysia.md index b0231ff95..ae1a8e37b 100644 --- a/docs/guides/ecosystem/elysia.md +++ b/docs/guides/ecosystem/elysia.md @@ -1,5 +1,5 @@ --- -name: Build an HTTP server using Elysia +name: Build an HTTP server using Elysia and Bun --- [Elysia](https://elysiajs.com) is a Bun-first performance focused web framework that takes full advantage of Bun's HTTP, file system, and hot reloading APIs. Get started with `bun create`. |