i want to make a chat room!! | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

i want to make a chat room!!

guys does anyone know how to make a very customizable chat room?? i want to make a very cute user friendly, aesthetic chat room for my boyfriend and i! also is there a way to make it an app on your phone?

12th Mar 2024, 8:43 PM
naru ą±Øą§Ž
1 Resposta
0
Taking to consideration that you know HTML CSS an JavaScript, I recommend you learning Angular.... With the help of capacitor, you can convert you're Angular web application to android or IOS application If you don't need a server to save your messages, then you don't need the next info as you can use socket.io to send messages in real-time And with a little knowledge on nodejs, you can create a server to manage requests sent from both users
13th Mar 2024, 10:57 PM
IAmSupreme
IAmSupreme - avatar