NodeFly / uhura

Server-to-server event emitter with session support
MIT License
19 stars 5 forks source link

lib: make connection type configurable #8

Closed bnoordhuis closed 10 years ago

bnoordhuis commented 10 years ago

It's now possible for the caller to create the socket/server object that Uhura uses. First step in making it possible to use SSL/TLS encryption.

Suggested reviewers: @themitchy @Qard

TODO: Update the README. I'll do that if you guys think this is a decent approach.

slnode commented 10 years ago

Test PASSed. To trigger a build add comment - ".test\W+please" Refer to this link for build results: http://ci.strongloop.com/job/uhura/46/

bnoordhuis commented 10 years ago

Last call for review.

themitchy commented 10 years ago

LGTM

bnoordhuis commented 10 years ago

Cheers Mitch, landed in f7d00f0.