An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# signalr-cljs
[![Clojars Project](https://clojars.org/labs/signalr/latest-version.svg)](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/).