From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 21983 invoked from network); 12 Dec 2020 13:37:40 -0000 Received: from ewsd.inri.net (107.191.116.128) by inbox.vuxu.org with ESMTPUTF8; 12 Dec 2020 13:37:40 -0000 Received: from oat.nine.sirjofri.de ([5.45.105.127]) by ewsd; Sat Dec 12 08:35:16 -0500 2020 Received: from sirjofri.de ([94.222.62.23]) by oat; Sat Dec 12 14:35:06 +0100 2020 Date: Sat, 12 Dec 2020 13:35:05 +0000 (UTC) From: sirjofri To: Jstsmthrgk <9front@9front.org> Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Correlation-ID: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: agile metadata extension-aware SOAP CMS template Subject: Re: [9front] Websocket Message Delimiters Reply-To: 9front@9front.org Precedence: bulk Hey You should know that there are already websocket implementations available for plan9/9front * Weebsocket is a magic executable for ip/httpd. It allows 9p over websocket. * Afaik there are multiple native javascript 9p libraries for websockets. * And there's a drawterm web version. Afaik this also uses websockets and 9p directly. As I can see there's still no pure-websocket implementation for custom protocols, on the other hand 9p might be webbrowser-ready already, idk. Personally I got weebsocket working, but the other end (the javascript 9p) is still missing in my project (gridchat web). sirjofri