https://github.com/bdo-labs/signalr-cljs
Use signalr in cljs
https://github.com/bdo-labs/signalr-cljs
cljs signalr
Last synced: 9 months ago
JSON representation
Use signalr in cljs
- Host: GitHub
- URL: https://github.com/bdo-labs/signalr-cljs
- Owner: bdo-labs
- License: other
- Created: 2017-06-22T11:43:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T09:13:36.000Z (over 8 years ago)
- Last Synced: 2025-10-21T22:39:52.434Z (9 months ago)
- Topics: cljs, signalr
- Language: JavaScript
- Size: 199 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# signalr-cljs
[](https://clojars.org/labs/signalr)
A light wrapper around Microsoft's signalR. Wraps jQuery and the signalR client library.
## Examples
Examples can be found in [src/signalr/example.cljs.](https://github.com/labs/signalr-cljs/blob/master/src/bdo_labs/signalr/examples.cljs)
## SignalR documentation
Microsofts own documentation can be found [here](https://docs.microsoft.com/en-us/aspnet/signalr/).