Project

General

Profile

Task #1468

Updated by Junxiao Shi about 10 years ago

Develop WebSockets listener and faces. 

 * FaceUri format 
     * remote: wsclient://IP:port   
       This is not same I think it make sense to bundle websocket proxy inside NFD, so it can be easily started if necessary.    And as "ws" scheme, because this URI can't I understand it would be used trivial thing to connect to that peer. 
     * local: ws or wss scheme 
 * Listener IP, port, and path are configurable. 
     * defaults: 0.0.0.0, 8080, / 
     * path: suppose path is set to "/example", client would need to connect to "ws://hostname:8080/example" 
 * Accepted faces are considered non-local. do.

Back