mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
No description
androidcloudcmdcommanderconsoledockereditorfile-managerfilesystemfolderframeworkhacktoberfestlinuxmacosmitnodejswindows
| img | ||
| lib | ||
| .gitignore | ||
| .jshintrc | ||
| .travis.yml | ||
| client.js | ||
| index.html | ||
| package.json | ||
| README.md | ||
| reset.css | ||
| server.js | ||
| style.css | ||
| test.sh | ||
Cloud Commander 
Cloud Commander - two-panels file manager, totally writed on js. View demo.
Google PageSpeed Score : 100 (out of 100).
Benefits
- full browser compatibility (ie6+,chrome,safari,opera,firefox);
- responsible design
- one full page loading, and then just one-time json-dir-listings loading (with refresh opportunity).
- caching readed directories to localStorage (for now) (so if network will disconnected or something heppen with a signal, we definitely will can work cached copy of directory listings);
- key binding
- disabled js support (working in limited mode).
- automated minification client js-files and onstart-reading Cloud manager files on server starting.
Cloud Commander uses all benefits of js, so if js is disabled, we moves to limited mode.
Limited-mode features:
- only 1 panel available
- no keybinding
- no local caching
- full loading of all web page(with styles, js-scripts, html-page etc).