Titanium JIRA Archive
Appcelerator Daemon (DAEMON)

[DAEMON-54] appcd-core: Implement WebSocket to Dispatcher bridge

GitHub Issuen/a
TypeStory
PriorityCritical
StatusResolved
ResolutionFixed
Resolution Date2017-03-10T23:29:55.000+0000
Affected Version/sn/a
Fix Version/sAppc Daemon 1.0.0
Componentsappcd-core
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2017-02-22T18:58:44.000+0000
Updated2017-10-26T03:08:23.000+0000

Description

The daemon needs a layer between the Dispatcher and WebSocket requests that understand the appcd WebSocket protocol. This "bridge" is responsible for request parsing and error handling. This bridge must support a ReadableStream Dispatcher response. Each "chunk" of stream is a new response to the WebSocket client. The appcd WebSocket protocol may need to be extended to include a "fin" property, which is not to be confused with the WebSocket "fin" property.

Comments

No comments

JSON Source