Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any report engine in NodeJS (like JasperReport in java)?

In java, we have report engines like JasperReport, BIRT, etc. Is there similar javascript based report engines running under NodeJS?

like image 449
user2338224 Avatar asked May 01 '13 03:05

user2338224


2 Answers

you can use jsreport nowdays there is a rendering engine behind it and working grate with a client server architecture https://jsreport.net/blog/jsreport-and-nodejs

like image 179
Hamit YILDIRIM Avatar answered Sep 30 '22 07:09

Hamit YILDIRIM


Short answer: Not yet.

Medium answer: There's a relatively young project on Github aiming to create just that: https://github.com/Nathanaela/fluentreports

Not nearly as mature as JasperReports, but perhaps a starting point.

like image 32
mjk Avatar answered Sep 30 '22 07:09

mjk