VexWasHere
@HoodieDX
I can kinda code
I want to make a chat app so people can chat publically and privately, but I don't know how to do that. I was wondering if anyone could help/show me h
AryavratMishra Although it's too late for me to probably talk now, you can follow this link: https://docs.replit.com/tutorials/15-repl-chat It's very easy, and you can add your own features as long as you know Javascript and a bit of Node.js. It's not very good, but it'll work for texting your friends in class.9 months ago
TheDNAHero I think socket.io has a tutorial for a nodejs one. Just google, how to make a chat app nodejs and you will find some good responses1 year ago
SixBeeps You can't make a site which interacts between two users with just plain HTML. You'll need some kind of backend for that.
I made a mostly-documented chat example a while back called HomebrewChat for someone else who was asking the same question you are. It's written in Node.js, which is a language that can host a backend. If you want to rummage through the codebase, here it is: https://replit.com/@SixBeeps/HomebrewChat1 year ago
I'm new and not sure what to do so I was wondering if you guys could teach me what I can do to be a better c0d3r?
Victorydan Try some of the Canadian Computing Competition questions on the Waterloo University Website. I recommend starting with the easiest ones and working your way up but need to know how to code python.3 years ago
LizFoster @CHARLESHARPER I'd personally suggest a site like w3schools, but YouTube can work too. What language are you looking to learn? I'm assuming "c0d3r" means "coder?"3 years ago