You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Mario Emmenlauer (Jira)" <ji...@apache.org> on 2019/10/24 14:10:00 UTC

[jira] [Commented] (THRIFT-2976) nodejs: xhr and websocket support for browserify

    [ https://issues.apache.org/jira/browse/THRIFT-2976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16958913#comment-16958913 ] 

Mario Emmenlauer commented on THRIFT-2976:
------------------------------------------

Can someone help with an example on how to use the nodejs implementation in the browser with browserify?

> nodejs: xhr and websocket support for browserify
> ------------------------------------------------
>
>                 Key: THRIFT-2976
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2976
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Node.js - Library
>         Environment: Trusty64 Vagrant box
>            Reporter: Andrew de Andrade
>            Assignee: Randy Abernethy
>            Priority: Major
>             Fix For: 0.9.3
>
>         Attachments: 0001-nodejs-xhr-and-websocket-browser-support.patch
>
>
> The attached patch adds support for XHR connections and WebSocket connections in the browser. Currently there are only tests for XHR since phantomjs 1.x.x does not fully support the websockets protocol. Once phantom 2.x.x is released a test for websockets will be added. Currently only TJSONProtocol and TBufferedTransport are supported. More work needs to be done to get other protocols and transports to work.
> To make browser tests work, all tests were converted to substack/tape (which is a TAP testing harness that works both on the server and in the browser). This has the side effect of making the tests way more readable.
> Depends on the patches on these issues applied in this order:
> THRIFT-2932 - Node.js Thrift connection libraries throw Exceptions into event emitter
> THRIFT-2969 - nodejs: DRY up library tests
> THRIFT-2964 - nodejs: move protocols and transports into separate files



--
This message was sent by Atlassian Jira
(v8.3.4#803005)