FabienHenon / mf-realtime

Realtime package to use with mf-maestro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mf-realtime

Realtime package to use with mf-maestro

Example

Starting realtime

startRealtime({
    socketSessionId: "socketSessionId",
    url: `/socket`,
    events: events      // on, emit, removeListener
});

Stopping realtime

stopRealtime({
    socketSessionId: "socketSessionId"
});

Build

$ npm run build

About

Realtime package to use with mf-maestro

License:MIT License


Languages

Language:JavaScript 100.0%