Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

allow control over bridge listening #7

Closed
nkcmr opened this issue Sep 8, 2015 · 0 comments
Closed

allow control over bridge listening #7

nkcmr opened this issue Sep 8, 2015 · 0 comments

Comments

@nkcmr
Copy link
Owner

nkcmr commented Sep 8, 2015

currently, when creating a new bridge, constructing a bridge will automatically start listening on the default (or provided) port.

it would be better if control was given to the API over .listen, as such:

var b = new Bridge()
b.listen(8221, function () {
  debug('im listening!!')
})
@nkcmr nkcmr added this to the flic 2.0 milestone Sep 8, 2015
@nkcmr nkcmr closed this as completed Dec 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant