http://novicelab.org/stprogress
A light-weighted slim top progress bar to indicate service calls happening from your app. This is particularly useful for AJAX heavy applications. Just include the library and it takes care of the rest.
nodejs
npm install stprogress
bower install stprogress
Include the script.
Add <div id="progress"></div>
to your primary html.
Move src/stprogress.css
content to your css. You can customize progress bar color.
That's all. Read blog post
No Configuration needed
Automatically displays progressbar if AJAX calls are in background
Runs with any JS framework
AMD/CommonJS Support
1kb minified
http://novicelab.org/stprogress
- [NProgress] (https://github.com/rstacruz/nprogress)
- lodash for module pattern.