This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D3 - Data Driven Documents | |
http://d3js.org/ | |
low level library to display/manipulate data in HTML/CSS & SVG | |
API Ref: https://github.com/mbostock/d3/wiki/API-Reference | |
D3 Plus - D3 Extension plugin | |
https://github.com/alexandersimoes/d3plus | |
Fabric - HTML5 Canvas library | |
http://fabricjs.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@With(Compress.class) | |
public class Application extends Controller { | |
public static void index() { | |
render();//response will be gzipped | |
} | |
} |