https://github.com/cajogos/seesaw
A JavaScript framework for creation of always-running web apps.
https://github.com/cajogos/seesaw
framework hacktoberfest html javascript jquery seesaw
Last synced: 2 months ago
JSON representation
A JavaScript framework for creation of always-running web apps.
- Host: GitHub
- URL: https://github.com/cajogos/seesaw
- Owner: cajogos
- Created: 2015-04-26T18:17:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T11:06:09.000Z (over 5 years ago)
- Last Synced: 2025-10-10T09:56:08.678Z (6 months ago)
- Topics: framework, hacktoberfest, html, javascript, jquery, seesaw
- Language: JavaScript
- Homepage: https://seesaw.js.org
- Size: 6.85 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seesaw.js - Always running web applications
- **Live Demo:** [seesaw.js.org](http://seesaw.js.org)
---
A new version of Seesaw.js is being developed. You can gain access to the old version in the `_OLD` folder.
**How to get Seesaw.js**
```
npm install seesawjs
```
---
## Features
These are the main features of **Seesaw.js**. This list will be improved as new features are implemented.
### Main Components
- **Root Component:** This is Seesaw's root component a Root Component is needed to start Seesaw JS, this is `SEESAW.RootComponent`.
- **Basic Component:** All other components extend from the basic component `SEESAW.Component`.
## Dependencies and Requirements
- **jQuery 3:** The framework requires the most famous library jQuery. This has been used to make it easier for the framework to be compatible accross browsers. Seesaw.js requires the most up-to-date version of jQuery.
- **Stats.js:** This tool by mrdoob is used whenever `SEESAW.DEVELOPMENT` is set to `true`. This will allow you to track performance of your web app.