I’ve made a LOT of websites using HTML and CSS, but I was wondering if you could create a chatroom website. Can you?
2 Likes
You can, but not in HTML and CSS. You will need to learn JS to connect to a web socket, and also a backend language to handle the connections and users.
3 Likes
Thanks! I know JS, but I’m not visual with complex code!
1 Like
Thanks! I really appreciate the template.
had you marked my post as a solution by accident? If your question has been answered and doesn’t need further help, please do mark whatever post helped you most as a solution for the convenience of future users.
3 Likes
You can’t do that with front-end only you need a backend or api like intercom for it to work I would really recommend Django for this
1 Like