This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23187 - Can I use a WebSocket API setup a socket between Web App and Native daemon, and how?
Summary: Can I use a WebSocket API setup a socket between Web App and Native daemon, a...
Status: RESOLVED WORKSFORME
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-09 09:19 UTC by contributor
Modified: 2013-09-09 22:18 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2013-09-09 09:19:06 UTC
Specification: http://www.w3.org/TR/2012/CR-websockets-20120920/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top
Referrer: 

Comment:
Can I use a WebSocket API setup a socket between Web App and Native daemon,
and how?

Posted from: 27.17.36.150
User agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
Comment 1 Ian 'Hixie' Hickson 2013-09-09 22:18:49 UTC
Sure. Just have the native daemon implement the server side of the protocol, then connect locally.