[nanomsg] Re: websocket transport

  • From: william eddie <willmeddie@xxxxxxxxx>
  • To: nanomsg@xxxxxxxxxxxxx
  • Date: Thu, 8 Aug 2013 22:00:39 +1000

I have read through transport.h and the tcp transport. Is there any method
for calling nn_global_add_transport(); without changing core/global.c
itself? Otherwise all transports/sp's will have to be merged into nanomsg,
or manually aggregated from nanomsg forks by users.


On 8 August 2013 21:12, william eddie <willmeddie@xxxxxxxxx> wrote:

> I am interested in implementing a nanomsg transport, that leverages
> libwebsockets to support wss://.
>
> I then want to implement the sp's in javascript (starting with req/rep)
> wrapping the javascript websocket api. So that they can be used form
> browsers.
>
> This way device(wss_rep_socket, tcp_req_socket) could route between
> browsers and nanomsg topologies.
>
> Anyway does this sound like a reasonable idea?
>

Other related posts: