Community
RESOURCES
126
4
Socket.io ChatThis is a chat website I made with Node.js and Socket.io. I made this to practice basic socket.io, and I decided to make the chat room better than the chat rooms on the tutorials you see on YouTube. Do what you want on this, whether it’s just talking to people, asking for help with code, or advertising your repls. Anyway, I hope you enjoy it.
217
21
4
chat app NEED HELP
Hey guys! I made a sort of chatting app with the socket.io chat template, but i have run into a problem. I want my site to remember created+joined 'channels', so i am using localStorage to store channels. However, localStorage cannot work with arrays so i am using csv to split and join the array. It still does not work! Please look at my code (the area that i need help with is onload() in script.js in the html folder. Any help would be greatly appreciated! thx