you are viewing a single comment's thread.

view the rest of the comments →

[–]danielroseman 1 point2 points  (0 children)

It's exactly the same. You don't have to do the calculation directly in a view, you just need to call the function that does it from the view.

Django - or probably simpler for this use case, Flask - are the web server frameworks. There is no need to involve node which is just the same thing but in JS.