this may be a little clean and green, however I am hoping to report a reporting engine similar to jasperjs on JS.
reporting meaning:
Would appreciate a rough gauge of the difficulty level. And advice if I should propose django as opposed to nodejs.
this is my first job after graduation at college and will take all the help I can get.
thanks for reading.
good reading:
If you're looking for a reporting engine similar to Jasper Reports that runs on top of Node.JS, then i'm not aware of any, if you're looking to create it yourself, then i advise you is very difficult and time consuming to write a full reporting engine, but if you really want to do so, you should take a look at Jasper Reports source code, and this project that partially implements Jasper Reports on PHP.