0.0.62 • Published 1 year ago

@commoners/local-services v0.0.62

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@commoners/local-services

Register and monitor services available on your local network

Available across desktop usage. Only available in development for web and mobile.

Example

import localServicesPlugin from '@commoners/local-services'

export default {
    plugins: {               
        localServices: localServicesPlugin({ register: [ 'http', 'numpy', 'cpp' ] }), // Register and listen for specified services
        // allLocalServices: localServicesPlugin({ register: true }), // Register and listen for all services
        listenForLocalServices: localServicesPlugin({ type: 'http' }) // Only listen for HTTP services
    }
}
0.0.62

1 year ago

0.0.60

1 year ago

0.0.42

2 years ago

0.0.43

2 years ago

0.0.38

2 years ago

0.0.31

3 years ago

0.0.28

3 years ago

0.0.25

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago