0.17.3 • Published 24 days ago

@pluv/platform-cloudflare v0.17.3

Weekly downloads
-
License
MIT
Repository
github
Last release
24 days ago

Disclaimer: This package is currently in preview and may have breaking changes between versions. Please wait for a v1.0.0 stable release before using this in production.

@pluv/platform-cloudflare

Enables @pluv/io to run on Cloudflare Workers.

👉 See full documentation on pluv.io. 👈

Installation

# npm
npm install @pluv/platform-cloudflare

# yarn
yarn add @pluv/platform-cloudflare

# pnpm
pnpm add @pluv/platform-cloudflare

Basic Example

import { createIO } from "@pluv/io";
import { platformCloudflare } from "@pluv/platform-cloudflare";

export const io = createIO({
    platform: platformCloudflare(),
});

/* Somewhere in a Cloudflare worker durable object */
const { 0: client, 1: server } = new WebSocketPair();

await io.register(server);

return new Response(null, { status: 101, webSocket: client });

Reference

Check us out on GitHub for more information on how to use @pluv/io.

0.17.3

24 days ago

0.17.2

25 days ago

0.17.1

25 days ago

0.17.0

2 months ago

0.16.3

3 months ago

0.16.2

3 months ago

0.16.0

3 months ago

0.16.1

3 months ago

0.15.0

5 months ago

0.14.1

5 months ago

0.14.0

5 months ago

0.13.0

5 months ago

0.11.0

9 months ago

0.10.1

9 months ago

0.12.0

8 months ago

0.11.1

8 months ago

0.10.2

9 months ago

0.12.1

7 months ago

0.10.3

9 months ago

0.12.2

6 months ago

0.12.3

5 months ago

0.10.0

9 months ago

0.3.4

10 months ago

0.3.3

10 months ago

0.3.0

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.18

1 year ago

0.3.2

11 months ago

0.3.1

12 months ago

0.1.10

1 year ago

0.1.11

1 year ago

0.1.12

1 year ago

0.1.13

1 year ago

0.1.14

1 year ago

0.1.15

1 year ago

0.1.16

1 year ago

0.1.8

1 year ago

0.1.17

1 year ago

0.1.7

1 year ago

0.1.9

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.0

1 year ago