Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curran/iwscourseproject
A group project for the course "Internet and Web Systems" at University of Massachusetts Lowell Fall 2011
https://github.com/curran/iwscourseproject
Last synced: 23 days ago
JSON representation
A group project for the course "Internet and Web Systems" at University of Massachusetts Lowell Fall 2011
- Host: GitHub
- URL: https://github.com/curran/iwscourseproject
- Owner: curran
- Created: 2011-09-13T16:07:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-16T19:51:59.000Z (about 13 years ago)
- Last Synced: 2024-10-30T10:54:43.373Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1000 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A group project for the course "Internet and Web Systems" at University of Massachusetts Lowell Fall 2011.
- [Application State Historian (ASH)](https://github.com/curran/IWSCourseProject/tree/master/ASH) - Our JavaScript application synchronization framework (and documentation for setup and using the examples).
- [Live demos in the cloud](http://universalvisualization.org:8000/) - Two example ASH applications.
- [Presentation](https://docs.google.com/presentation/pub?id=1SYXQqSjGpwKb2GZ8SVdP34-BK9p5tKYcNJ4Dxkch4Vw&start=false&loop=false&delayms=3000) - Slides for our class presentation on 12/7/2011.
- [Original design document](http://curransoft.com/code/2011/09/application-state-historian/) - A document from the beginning of the semester which states the motivation and goals for the project.
- [Technology tests leading up to the final implementation](https://github.com/curran/IWSCourseProject/tree/master/tests) - Our development sandbox including self-contained prototypes and technology tests demonstrating various features needed for the final implementation.