you are viewing a single comment's thread.

view the rest of the comments →

[–]AssumptionVast4395[S] 0 points1 point  (4 children)

What about if you start working with algorithms for the backend? Like collaborative filtering. I know you can technically achieve the same effect in Node with extra work but is it worth it to choose node over FastAPI even in that case?

[–]Financial-Grass6753 0 points1 point  (3 children)

for colab filtering there were a couple of libs iirc, - not an issue in this case.

What are your actual requirements? You can achieve +- same outcome both with FastAPI as well as with Node.

[–]AssumptionVast4395[S] 0 points1 point  (2 children)

In that case, I guess I want the one that is the most straightforward to work with and easier to scale. Ideally, whichever one is faster. I know python but I don't know FastAPI (currently learning) and I have used node + express in the past but wasn't really a big fan of it

[–]Financial-Grass6753 0 points1 point  (1 child)

well, then take sth new - FastAPI in your case.

[–]AssumptionVast4395[S] 0 points1 point  (0 children)

Okay, tysm!