/SignalRAngularJSStockTicker

SignalR Stock Ticker implemented using Angular JS

Primary LanguageJavaScript

SignalRAngularJSStockTicker

This project is a variant of SignalR Stock Ticker sample project. Following are the changes made to the project:

  • No change has been made to the server side part of the project, which includes hub and the components on which the hub depends
  • JavaScript part of the application is refactored using Angular JS. New implementation is done using features of Angular JS like service, filter, directive and two-way data binding
  • HTML page is modified to include Angular's expressions, directives and filters to present data and apply animations on the UI elements