import { MangaClient, MangaConfig } from "manga-ts-socket-io-sdk";
let config: MangaConfig = {
ip: "127.0.0.1",
port: "8000",
appName: "test",
connectTimeout: 10000,
auth: {
username: "test",
password: "pass",
},
};
let mangaClient: MangaClient;
mangaClient = new MangaClient(config);
mangaClient.connect().then((r) => {
console.log("connected", r);
});
manga-ts-socket-io-sdk
0.1.5 • Public • Published Package Sidebar
Install
npm i manga-ts-socket-io-sdk
Weekly Downloads
66
Version
0.1.5
License
Apache-2.0
Unpacked Size
12.6 kB
Total Files
10