mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-20 02:06:06 +10:00
23 lines
694 B
JSON
23 lines
694 B
JSON
{
|
|
"name": "sockjs-client",
|
|
"filename": "sockjs.min.js",
|
|
"version": "0.3.4",
|
|
"description": "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.",
|
|
"homepage": "https://github.com/sockjs/sockjs-client",
|
|
"keywords": [
|
|
"websockets",
|
|
"node"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Marek Majkowski"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/sockjs/sockjs-client"
|
|
}
|
|
]
|
|
}
|