mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-23 11:46:40 +10:00
stomp.js is a JavaScript library to send and receive STOMP messages over Web Sockets and is supported by all major Open Source messaging brokers (ActiveMQ, RabbitMQ, HornetQ). Homepage: https://github.com/jmesnil/stomp-websocket Version downloads: https://github.com/jmesnil/stomp-websocket/releases/tag/2.3.1
28 lines
604 B
JSON
28 lines
604 B
JSON
{
|
|
"name": "stomp.js",
|
|
"filename": "stomp.min.js",
|
|
"version": "2.3.1",
|
|
"author": "Jeff Mesnil <jmesnil@gmail.com>",
|
|
"description": "JavaScript library for STOMP",
|
|
"homepage": "http://jmesnil.net/stomp-websocket/doc/",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"STOMP",
|
|
"Web sockets",
|
|
"messaging",
|
|
"queue"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Jeff Mesnil",
|
|
"web": "https://github.com/jmesnil/stomp-websocket"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/jmesnil/stomp-websocket"
|
|
}
|
|
]
|
|
}
|