Add a Stomp library.
This commit is contained in:
parent
146fdf14fe
commit
2f83641eef
1 changed files with 14 additions and 0 deletions
|
|
@ -4412,5 +4412,19 @@
|
|||
"description": "Low-level twitter API wrapper library for Nim.",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/kubo39/twitter"
|
||||
},
|
||||
{
|
||||
"name": "stomp",
|
||||
"url": "https://bitbucket.org/mahlon/nim-stomp",
|
||||
"method": "hg",
|
||||
"tags": [
|
||||
"stomp",
|
||||
"library",
|
||||
"messaging",
|
||||
"events"
|
||||
],
|
||||
"description": "A pure-nim implementation of the STOMP protocol for machine messaging.",
|
||||
"license": "MIT",
|
||||
"web": "http://bitbucket.org/mahlon/nim-stomp"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue