sockjs-client 0.3.4+dfsg-1 source package in Ubuntu

Changelog

sockjs-client (0.3.4+dfsg-1) unstable; urgency=low


  * Initial release. Closes: #733821

 -- Tonnerre LOMBARD <email address hidden>  Tue, 31 Dec 2013 15:15:11 +0100

Upload details

Uploaded by:
Tonnerre LOMBARD
Uploaded to:
Sid
Original maintainer:
Tonnerre LOMBARD
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
sockjs-client_0.3.4+dfsg-1.dsc 2.0 KiB a4324d7d047ce1c815f2c0e33572a725b6dffc110271a1cad33ed5ade4833f8f
sockjs-client_0.3.4+dfsg.orig.tar.xz 38.6 KiB 8d223cc69dcef58a486003504c66b7a4eb730305fcf848eafc7ab839820385ec
sockjs-client_0.3.4+dfsg-1.debian.tar.xz 5.1 KiB 745fc43f1855a23010f8f878100b2651dde6e7689384f9a9dd3e9d7cf78b885b

No changes file available.

Binary packages built by this source

libjs-sockjs: WebSocket emulation - Javascript client

 SockJS is a browser JavaScript library that provides a WebSocket-like object.
 SockJS gives you a coherent, cross-browser, Javascript API which creates a low
 latency, full duplex, cross-domain communication channel between the browser
 and the web server.
 .
 Under the hood SockJS tries to use native WebSockets first. If that fails it
 can use a variety of browser-specific transport protocols and presents them
 through WebSocket-like abstractions.
 .
 SockJS is intended to work for all modern browsers and in environments which
 don't support WebSocket protocol, for example behind restrictive corporate
 proxies.