-
Notifications
You must be signed in to change notification settings - Fork 15
Review of WebSocket Star #16
Conversation
daviddias
commented
Sep 8, 2017
•
edited
Loading
edited
package.json
Outdated
@@ -4,13 +4,13 @@ | |||
"description": "libp2p-webrtc-star without webrtc. Just plain socket.io.", | |||
"main": "src/index.js", | |||
"bin": { | |||
"websockets-star": "src/rendezvous/bin.js", | |||
"websockets-star": "src/rendezvous/bin.js" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about #11 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
answered in the issue #11 (comment)
package.json
Outdated
@@ -32,13 +32,18 @@ | |||
"async": "^2.5.0", | |||
"data-queue": "0.0.2", | |||
"debug": "^3.0.1", | |||
"hapi": "^16.5.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't we have those modules split up in client and server? Putting hapi
and socket.io
into this module only makes the client 10x bigger without any benefits for the user.
Edit: That's what #11 was about
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, we can do that then.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I won't have time to look into this again until tomorrow. @mkg20001 if you want to take a stab at continuing modularizing and making sure everything is wired together now that the rendezvous service was factor out, be my guest :) |