Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E3CCB200BBF for ; Mon, 14 Nov 2016 14:18:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E2716160B06; Mon, 14 Nov 2016 13:18:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 382EA160B05 for ; Mon, 14 Nov 2016 14:18:06 +0100 (CET) Received: (qmail 94102 invoked by uid 500); 14 Nov 2016 13:18:05 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 94091 invoked by uid 99); 14 Nov 2016 13:18:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2016 13:18:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 925271A930E for ; Mon, 14 Nov 2016 13:18:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -8.021 X-Spam-Level: X-Spam-Status: No, score=-8.021 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 5x4O5o38rOCI for ; Mon, 14 Nov 2016 13:18:03 +0000 (UTC) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 44BCA5FC5D for ; Mon, 14 Nov 2016 13:17:58 +0000 (UTC) Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6B3307F7C0 for ; Mon, 14 Nov 2016 13:17:57 +0000 (UTC) Received: from ovpn-112-7.phx2.redhat.com (ovpn-112-7.phx2.redhat.com [10.3.112.7]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uAEDHtEK012148 for ; Mon, 14 Nov 2016 08:17:56 -0500 Message-ID: <1479129475.5676.21.camel@redhat.com> Subject: websockets for proton - seeking a C websocket library. From: Alan Conway To: users Date: Mon, 14 Nov 2016 08:17:55 -0500 Organization: Red Hat Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Mon, 14 Nov 2016 13:17:57 +0000 (UTC) archived-at: Mon, 14 Nov 2016 13:18:07 -0000 I'm looking for a C websockets library to websocket-enable proton. My wish list: - Lets me control socket creation/polling/reading/writing. I want a pn_proactor_t to manage polling & IO, and feed bytes to a pn_connection_engine  Websockets needs to go between, and operate on byte buffers streams, not directly on sockets or FDs. - Efficient, lightweight, robust, reliable, high-performance ... all that good stuff that all software claims to be :) So far I found noPoll and libwebsockets.  Any suggestions of other things to look at/experiences to share? Cheers, Alan. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org