Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denoland/examples
Examples with Deno.
https://github.com/denoland/examples
Last synced: 6 days ago
JSON representation
Examples with Deno.
- Host: GitHub
- URL: https://github.com/denoland/examples
- Owner: denoland
- Created: 2022-05-18T22:05:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T18:05:49.000Z (8 days ago)
- Last Synced: 2024-12-13T19:22:24.903Z (8 days ago)
- Language: TypeScript
- Homepage:
- Size: 94 MB
- Stars: 88
- Watchers: 15
- Forks: 24
- Open Issues: 20
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Examples
These are examples using Deno with a specific framework, module, or tool.
For further guidance, please refer to each example's readme.
For general instructions on using Deno, please refer to
[the Manual](https://deno.land/manual).## Data Persistence
- [Apollo](https://github.com/denoland/examples/tree/main/with-apollo)
- [Mongoose](https://github.com/denoland/examples/tree/main/with-mongoose)
- [MySQL2](https://github.com/denoland/examples/tree/main/with-mysql2)
- [PlanetScale](https://github.com/denoland/examples/tree/main/with-planetscale)
- [Prisma](https://github.com/denoland/examples/tree/main/with-prisma)
- [Drizzle ORM](https://github.com/denoland/examples/tree/main/with-drizzle)## Frontend Frameworks
- [React](https://github.com/denoland/examples/tree/main/with-react)
- [Vue](https://github.com/denoland/examples/tree/main/with-vue)
- [SolidJS](https://github.com/denoland/examples/tree/main/with-solidjs)
- [Astro](https://github.com/denoland/examples/tree/main/with-astro)# API Frameworks
- [tRPC](https://github.com/denoland/examples/tree/main/with-trpc)
## Cloud Deployments
- [Digital Ocean](https://github.com/denoland/examples/tree/main/on-digital-ocean)
- [AWS Lightsail](https://github.com/denoland/examples/tree/main/on-aws-lightsail)
- [Google Cloud Run](https://github.com/denoland/examples/tree/main/on-google-cloud-run)