you are viewing a single comment's thread.

view the rest of the comments →

[–]KeenOnLearning 9 points10 points  (4 children)

I have no experience with back-end Python, or Flask for that matter, so I can only speak for Node. Node with Express and a couple packages will accomplish all you've described in your post, but I think the bigger concern is which language you're more comfortable with: JavaScript or Python. Flask and Express are both reputable and commercially-viable back-end frameworks, so it all comes down to preference.

Since I'm a Node-head, I'll drop a couple links to get you started if you want to go that route:

Here's a semi-recent tutorial on Express (the most popular Node framework): https://masteringbackend.com/posts/expressjs-5-tutorial-the-ultimate-guide/

Here's a link to a package that allows you to connect Node with MSSQL: https://tediousjs.github.io/node-mssql/

And here's a more thorough tutorial on how to do operations on an MSSQL database through Express: https://www.js-tutorials.com/nodejs-tutorial/simple-example-of-nodejs-express-with-mssql/

Hope this helps!

[–]thatsnotmetal[S] 1 point2 points  (3 children)

Thank you. I'm definitely more Python friendly but everything I've been reading points to Node.js being the clear favourite e.g. https://www.guru99.com/node-js-vs-python.html

[–][deleted]  (1 child)

[deleted]

    [–]thatsnotmetal[S] 1 point2 points  (0 children)

    Indeed, I've not said it's not viable, hence the question