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
- Host: GitHub
- URL: https://github.com/morsdyce/websocketsdemo
- Owner: morsdyce
- Created: 2015-06-30T16:33:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-30T16:45:47.000Z (almost 10 years ago)
- Last Synced: 2025-01-24T09:41:43.396Z (3 months ago)
- Language: JavaScript
- Size: 9.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebSocketsDemo
Demo for Consuming Web API with WebSockets talk at AngularJS Israel meetupLink 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