Re: [zeromq-dev] http requests

2020-12-11 Thread Arnaud Loonstra
It really depends on what you are tring to do. Libzmq supports websockets in 
draft and stream sockets could do http. If you really need http support it is 
available in czmq which is probaly what you want.

Rg,

ArnaudOn Dec 11, 2020 13:43, doa379  wrote:
>
> I was looking for a new library to service messaging requests. I also 
> want to make requests from the web. Does zeromq not support http?? 
> ___ 
> zeromq-dev mailing list 
> zeromq-dev@lists.zeromq.org 
> https://lists.zeromq.org/mailman/listinfo/zeromq-dev 
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev


Re: [zeromq-dev] http requests

2020-12-11 Thread Justin Karneges
Hi,

For bridging between ZeroMQ and HTTP you could consider tools like Condure, 
Zurl, or Mongrel2, depending on which direction you're trying to go.

Justin

On Fri, Dec 11, 2020, at 4:43 AM, doa379 wrote:
> I was looking for a new library to service messaging requests. I also 
> want to make requests from the web. Does zeromq not support http??
> ___
> zeromq-dev mailing list
> zeromq-dev@lists.zeromq.org
> https://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev


[zeromq-dev] http requests

2020-12-11 Thread doa379
I was looking for a new library to service messaging requests. I also 
want to make requests from the web. Does zeromq not support http??
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev