0.0.4 • Published 3 months ago
@slipher/uws-adapter v0.0.4
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();