Build your svg on the server using Swagger, Node, Express
November 30th, 2017
Recently, I had the need to share an svg chart between a javascript (React) app, an android app, and an iOS app. One option would be to write code in all three application to generate the chart, but a better option is to push the generation of the…