0.0.4 • Published 5 months ago

@slipher/uws-adapter v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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

5 months ago

0.0.2

9 months ago

0.0.4

5 months ago

0.0.1

1 year ago