DEV Community

Discussion on: First Project - ChatApp

Collapse
 
zippcodder profile image
Deon Rich

Nice work! Chat app was the second of my first projects. If you ask me, I think you should use Node.js for your backend, especially since you're already writing JavaScript. It's simple and powerful. 👍

Collapse
 
shnjd profile image
shinjith

Thank you so much! I've considered using Django, Node.js an Go as backend. Tbh, I'm not well aware of Go, and as far I know Node.js is way far simpler than Django and it is better for small projects.

Also from your suggestion, I think Node.js is the matching option for this.