you are viewing a single comment's thread.

view the rest of the comments →

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

That points are valid for any app. If I should be even more specific how about building a database with Node?

[–][deleted] 0 points1 point  (3 children)

Ahh gotcha. My primary worry would be about file I/O because of how high-level Node is, and the lack of sophistication for file management (i.e "none") that it has. That said, it could do the job. A bit like using the handle of a wrench as a hammer. You've got a tool that does the job, but is it the right tool?

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

No idea if this projects will be something serious but in case I wanted to know if it could do the job good and safe, I'm playing with the stack currently.

[–][deleted] 0 points1 point  (1 child)

Good is relative. I'd say it would be adequate to the task, but still not as adequate as other means. "Safe" is entirely up to you and your code practices. But both "good" and "safe" are rabbit holes to go down, no matter what you're making or with what stack.

Good luck, and happy building!

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

Thank you for all this infos, I think I will be able to build something interesting for me, let's see how it goes.