miter-socket-service
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

Build Status

miter-socket-service

miter-socket-service is a Miter plugin to implement Web Sockets using socket.io.

Installation

Install miter-socket-service and socket.io using NPM.

npm install --save miter-socket-service socket.io

Add SocketService to the list of services used when launching your Miter server.

import { SocketService } from 'miter-socket-service';
 
Miter.launch({
    //...
    
    services: [
        //...
        SocketService
    ]
});

Contributing

Miter is a relatively young framework, and miter-socket-service is newer still. there are many ways that it can be improved. If you notice a bug, or would like to request a feature, feel free to create an issue. Better yet, you can fork the project and submit a pull request with the added feature.

Changelog

See what's new in recent versions of miter-socket-service.

Attribution

Special thanks to BrowserStack for generously hosting our cross-browser integration tests!

BrowserStack

Package Sidebar

Install

npm i miter-socket-service

Weekly Downloads

10

Version

0.1.3

License

SEE LICENSE IN LICENSE.md

Last publish

Collaborators

  • aboveyou00