Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/denoland/examples

Examples with Deno.
https://github.com/denoland/examples

Last synced: 6 days ago
JSON representation

Examples with Deno.

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)