Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sor4chi committed May 5, 2024
1 parent c6624f4 commit f8b8f5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Hono DO is a wrapper of [Cloudflare Workers](https://workers.cloudflare.com/) ' [Durable Object](https://developers.cloudflare.com/workers/learning/using-durable-objects), designed for [Hono](https://hono.dev/).

> [!IMPORTANT]
> Cloudflare released [RPC](https://developers.cloudflare.com/workers/runtime-apis/rpc/) feature, which is a better way to communicate between Durable Objects.
> This library was developed to improve the developer experience for Durable Objects when RPC was not yet available.
> So, please consider it before using this library.
```bash
$ npm install hono-do
```
Expand Down

0 comments on commit f8b8f5c

Please sign in to comment.