Skip to content

Latest commit

 

History

History
31 lines (13 loc) · 280 Bytes

README.md

File metadata and controls

31 lines (13 loc) · 280 Bytes

cmc

cmc is a data communication package that based on socket.io

Install

npm install cmc

Usage

import {CMCServer, CMCClient} from "cmc";

or

import CMCServer from "cmc/cmc.server";
import CMCClient from "cmc/cmc.client";

License

MIT