0.0.4 • Published 12 months ago

@slipher/uws-adapter v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago
import { UwsAdapter } from "@slipher/uws-adapter";
import { HttpClient } from "seyfert";

const client = new HttpClient(); // HttpClient, Client, or WorkerClient
const adapter = new UwsAdapter(client);

await adapter.start();
await client.start();
0.0.3

12 months ago

0.0.2

1 year ago

0.0.4

12 months ago

0.0.1

2 years ago