@mgla/core
v1.0.711
Published
This source library provide basic functionality to create a client or server instance of Mgla project.
Readme
Mgla core
This source library provide basic functionality to create a client or server instance of Mgla project.
Installing
npm install --save @mgla/core
Using
/* ==== Import module types ==== */
import {Chat} from '@mgla/core'
/* ==== Import server of client class ==== */
import {ChatClient, ChatServer} from '@mgla/core'
/* ==== Utils for client ==== */
import {ChatClient, ChatServer} from '@mgla/core'
