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

https://github.com/morsdyce/websocketsdemo

Demo for Consuming Web API with WebSockets talk at AngularJS Israel meetup
https://github.com/morsdyce/websocketsdemo

Last synced: about 1 month ago
JSON representation

Demo for Consuming Web API with WebSockets talk at AngularJS Israel meetup

Awesome Lists containing this project

README

        

# WebSocketsDemo
Demo for Consuming Web API with WebSockets talk at AngularJS Israel meetup

Link to slides: [Slides](http://www.slideshare.net/MaayanGlikser/websockets-50005183)

##Setup
To run this demo please clone the repo and run npm install
```
git clone https://github.com/morsdyce/WebSocketsDemo
cd WebSocketsDemo
npm install
```

After the previous steps run the solution in visual studio 2015.

##This demo consists of 2 parts

The first part is a regular web application using TodoMVC that uses AJAX calls to update the server

The second part is the same web app upgraded to use websockets using WampSharp and AngularWamp

Each part is its own branch, please checkout the branches according to the step you want to use.
The names of the branches are:
Step1
Step2