0.0.4 • Published 3 months ago

@slipher/uws-adapter v0.0.4

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

3 months ago

0.0.2

7 months ago

0.0.4

3 months ago

0.0.1

11 months ago