kune-node-server
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

kune 简单协同服务端

安装

npm 安装

npm install kune--node-server --save

usage

import KuneServer from 'kune-node-server';
import ip from 'ip';

const ipAddress = ip.address();
new KuneServer({ port: 8080 });
console.log('KuneServer ok!');
console.log(`ws://${ipAddress}:8080`);

Readme

Keywords

none

Package Sidebar

Install

npm i kune-node-server

Weekly Downloads

1

Version

0.0.1

License

ISC

Unpacked Size

10.3 kB

Total Files

6

Last publish

Collaborators

  • pgyou