Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixing two small types <3
  • Loading branch information
charl-kruger authored and threepointone committed Aug 8, 2024
1 parent 5813929 commit 44befd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Libraries / Examples / Documentation for building real-time apps (and more!) wit

This is the main repository for PartyServer. It contains the following packages:

[PartyServer](/packages/partyserver/README.md) - The core library for building real-time applications with Durable Objects. This library enhances a standard Durable Object to makes it easier to work with WebSockets, as well as adding some additional features like lifecycle hooks and broadcasting.
[PartyServer](/packages/partyserver/README.md) - The core library for building real-time applications with Durable Objects. This library enhances a standard Durable Object to make it easier to work with WebSockets, as well as adding some additional features like lifecycle hooks and broadcasting.

[Y-PartyServer](/packages/y-partyserver/README.md) - A library that adds Yjs support to PartyServer. Yjs is a CRDT library that allows for real-time collaborative editing. This library exposes a base class extending PartyServer that adds Yjs support, with utility hooks for loading/saving Yjs documents from any external storage.

[🥖 partysub](/packages/partysub/README.md) - A library for doing pubsub at scale with PartyServer. It lets you configure a "room" to be backed by N separate Durable Object instances, and a strategy for spreading the laod across the world concentrated in configurable locations.
[🥖 partysub](/packages/partysub/README.md) - A library for doing pubsub at scale with PartyServer. It lets you configure a "room" to be backed by N separate Durable Object instances, and a strategy for spreading the load across the world concentrated in configurable locations.

### Fixtures

Expand Down

0 comments on commit 44befd0

Please sign in to comment.