-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should we use Node.js for this project?! #21
Comments
Node.js is popular. That would be the only reason to use that. It depends on you. What you find to be the best. |
As far as I know, Instagram uses both Django and Node.js. So I don't see why not. |
Yeah for now I'll keep going with Django for this project. Maybe I'll try Node.js for my next project for comparison. |
Node and express could be used to build a REST api or GraphQL and expose safely users data. |
Will go with Python/Django for now. Maybe I'll use Node/Express for my next project. |
Okay, so I'm happy with using Django so far (even though I haven't built much yet).
However, it seems like Node.js is much more popular these days for backend development.
I'm kind of starting to think, should we use Node.js and maybe Express.js for this project? I know that Node.js is much simpler, but would it be a good tech to use for this particular project?
(I probably won't switch, but I just wanted to throw this idea here just to start up a discussion about it - since this is something I've been wondering about for a few weeks.)
The text was updated successfully, but these errors were encountered: