Skip to content

Commit

Permalink
docs(other-api/adapter): add PartyMix to community adapters (#7268)
Browse files Browse the repository at this point in the history
Co-authored-by: Michaël De Boey <[email protected]>
  • Loading branch information
threepointone and MichaelDeBoey authored Aug 28, 2023
1 parent 6b6bb39 commit 433b763
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@
- takagimeow
- tascord
- TheRealAstoo
- threepointone
- t-dub
- therealflyingcoder
- thomasheyenbrock
Expand Down
3 changes: 3 additions & 0 deletions docs/other-api/adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Each adapter has the same API. In the future we may have helpers specific to the
- [`@mcansh/remix-fastify`][remix-fastify] - For [Fastify][fastify].
- [`@mcansh/remix-raw-http`][remix-raw-http] - For a good ol barebones Node server.
- [`remix-google-cloud-functions`][remix-google-cloud-functions] - For [Google Cloud][google-cloud-functions] and [Firebase][firebase-functions] functions.
- [`partymix`][partymix] - For [PartyKit][partykit].

## Creating an Adapter

Expand Down Expand Up @@ -189,3 +190,5 @@ addEventListener("fetch", (event) => {
[remix-fastify]: https://github.com/mcansh/remix-fastify
[fastify]: https://www.fastify.io
[remix-raw-http]: https://github.com/mcansh/remix-node-http-server
[partykit]: https://partykit.io
[partymix]: https://github.com/partykit/partykit/tree/main/packages/partymix

0 comments on commit 433b763

Please sign in to comment.