Skip to content

Commit

Permalink
Add presigned URLs and JSVM plugins section
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree authored Dec 4, 2024
1 parent a77db84 commit 9928e15
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ PocketBase is an open source backend consisting of embedded database (SQLite) wi

- [Official Packages](#official-packages)
- [Major Community Projects](#major-community-projects)
- [JSVM Plugins](#jsvm-plugins)
- [React](#react)
- [Svelte](#svelte)
- [Vue](#vue)
Expand All @@ -26,7 +27,6 @@ PocketBase is an open source backend consisting of embedded database (SQLite) wi
- [Other tools](#other-tools)
- [Showcases](#showcases)
- [PocketPorts Packages](#pocketports-packages)
- [pocodex Plugins](#pocodex-plugins)

## Official Packages

Expand All @@ -42,6 +42,14 @@ PocketBase is an open source backend consisting of embedded database (SQLite) wi
- [pocodex.dev](https://pocodex.dev) - The unofficial PocketBase plugin repository and code exchange. ![GitHub Repo stars](https://img.shields.io/github/stars/benallfree/pocodex)
- PocketPorts - NPM/Node.js packages ported to PocketBase JSVM. Official listing is hosted here in awesome-pocketbase.

## JSVM Plugins

| Name | Description | Installation Command | |
| ----------- | -------------------- | -------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| OTP | One-Time Passwords | [pocketbase-otp](https://github.com/benallfree/pocketbase-otp) | ![GitHub Repo stars](https://img.shields.io/github/stars/benallfree/pocketbase-otp) |
| PocketPages | Server-side JS pages | [pocketpages](https://github.com/benallfree/pocketpages) | ![GitHub Repo stars](https://img.shields.io/github/stars/benallfree/pocketpages) |
| Presigned URLs | Serve file uploads from presigned S3 URLs | [pocketbase-presigned-urls](https://github.com/benallfree/pocketbase-presigned-urls) | ![GitHub Repo stars](https://img.shields.io/github/stars/benallfree/pocketbase-presigned-urls) |

## React

- [PocketBase React](https://github.com/tobicrain/pocketbase-react) - Unofficial React SDK (React, React Native, Expo) for interacting with the PocketBase JavaScript SDK. ![GitHub Repo stars](https://img.shields.io/github/stars/tobicrain/pocketbase-react)
Expand Down Expand Up @@ -155,11 +163,3 @@ Ports of NPM/Node.js packages to the PocketBase JSVM.
| [ejs](https://github.com/mde/ejs) | [pocketbase-ejs](https://github.com/benallfree/pocketbase-ejs) | Embedded JavaScript templates - [http://ejs.co](http://ejs.co) | ![GitHub Repo stars](https://img.shields.io/github/stars/benallfree/pocketbase-ejs) |
| [marked](https://github.com/markedjs/marked) | ✅ works without changes | A markdown parser and compiler. Built for speed. | ![GitHub Repo stars](https://img.shields.io/github/stars/markedjs/marked) |

## pocodex Plugins

JS plugin ecosystem at pocodex.dev. _Mirrored from the pocodex project for convenience._

| Name | Description | Installation Command | |
| ----------- | -------------------- | -------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| OTP | One-Time Passwords | [pocketbase-otp](https://github.com/benallfree/pocketbase-otp) | ![GitHub Repo stars](https://img.shields.io/github/stars/benallfree/pocketbase-otp) |
| PocketPages | Server-side JS pages | [pocketpages](https://github.com/benallfree/pocketpages) | ![GitHub Repo stars](https://img.shields.io/github/stars/benallfree/pocketpages) |

0 comments on commit 9928e15

Please sign in to comment.