Skip to content

Instantly share code, notes, and snippets.

@donald-slagle
donald-slagle / signalr-client.js
Last active February 25, 2017 19:08
Example class to handle signalR connections for Aurelia.
import $ from 'jquery';
//make sure to run jspm install npm:ms-signalr-client
import 'ms-signalr-client';
import {LogManager} from 'aurelia-framework';
const logger = LogManager.getLogger('communications/signalr');
export class SignalRClient {
connection = {};
proxy = {};
@balupton
balupton / README.md
Last active April 20, 2022 13:21
Ajaxify a Website with the HTML5 History API using History.js, jQuery and ScrollTo