django or node js for normal chat project. Can I trust django?

hi.
I have a chat project.
I don’t know use node js or django channels

Ok, then you have a bit of a learning curve ahead of you. Pick one and work your way through the appropriate tutorials.

Do you have a good YouTube channel or document about Django channels and NodeJS?

Can’t really address NodeJS, but the best reference I’m aware of for Channels is the offical documentation. There is a tutorial with it that can help you get started. (See Django Channels — Channels 3.0.3 documentation)

1 Like

Both Django and Node.js can handle a normal chat project effectively. Django’s stability makes it a trustworthy choice, while Node.js offers real-time capabilities for dynamic chats.