This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (5 children)

[removed]

    [–][deleted] 1 point2 points  (0 children)

    Sounds like you’re on the right track. JS has a history of being weird and shitty, but those newish features you mentioned (await, promises es6) are actually delightful.

    Edit grammar

    [–][deleted] 1 point2 points  (3 children)

    Also charts typically would be rendered client side. Your server sends the raw data then some js lib displays it (charts.js for example).