Skip to content

Commit

Permalink
docs: add deno as supported runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed Nov 7, 2024
1 parent c0d2dcb commit 433bfbe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/pages/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ If you encounter any issues or have suggestions for improvement, please feel fre
~~Currently, Pylon supports the [Bun](https://bun.sh) runtime. However, we have a open issue to support this [Runtimes](https://hono.dev/docs/getting-started/basic).~~
~~If you would like to see support for other runtimes, please let us know by upvoting [this issue](https://github.com/getcronit/pylon/issues/6) on GitHub.~~

As of Pylon v2, the framework now supports multiple runtimes, including Bun, Node.js and Cloudflare Workers. Other runtimes are also supported but require manual setup. For more information on the supported runtimes, refer to the [release notes](/docs/release-notes/v2.0.mdx).
As of Pylon v2, the framework now supports multiple runtimes, including Bun, Node.js, Cloudflare Workers and Deno. Other runtimes are also supported but require manual setup. For more information on the supported runtimes, refer to the [release notes](/docs/release-notes/v2.0.mdx).
4 changes: 2 additions & 2 deletions docs/pages/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ npm create pylon my-pylon@latest
```

<Callout type="note" title="Info">
Pylon now supports multiple runtimes, including Node.js, Bun and Cloudflare
Workers.
Pylon now supports multiple runtimes, including Node.js, Bun, Cloudflare
Workers, and Deno.
</Callout>

This will create a new directory called `my-pylon` with a basic Pylon project structure.
Expand Down
6 changes: 3 additions & 3 deletions packages/pylon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ docker run -p 3000:3000 my-pylon

Designed to be flexible, Pylon can be run on various platforms, including:

| <img src="https://bun.sh/logo.svg" width="48px" height="48px" alt="Bun.js logo"> | <img src="https://nodejs.org/static/logos/jsIconWhite.svg" width="48px" height="48px" alt="Node.JS"> | <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQgW7cAlhYN23JXGKy9Uji4Ae2mnHOR9eXX9g&s" width="48px" height="48px" alt="Gmail logo"> |
| :------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------: |
| Bun.js | Node.js | Cloudflare Workers |
| <img src="https://bun.sh/logo.svg" width="48px" height="48px" alt="Bun.js logo"> | <img src="https://nodejs.org/static/logos/jsIconWhite.svg" width="48px" height="48px" alt="Node.JS"> | <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQgW7cAlhYN23JXGKy9Uji4Ae2mnHOR9eXX9g&s" width="48px" height="48px" alt="Gmail logo"> | <img src="https://deno.land/logo.svg" width="48px" height="48px" alt="Deno logo"> |
| :------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------: | --------------------------------------------------------------------------------- |
| Bun.js | Node.js | Cloudflare Workers | Deno |

## Features

Expand Down

0 comments on commit 433bfbe

Please sign in to comment.