Can i make a chat app useing html ,css and python instead of javascript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Can i make a chat app useing html ,css and python instead of javascript?

I am planning to make wtsapp like app for my project . I know kivy but I don't know what I can do with that .Can you give me any suggestions please and I am just mastering python in other website as I can't master it in sololearn.

10th Dec 2019, 1:15 PM
Vijay(v-star🌟)
Vijay(v-star🌟) - avatar
8 Answers
+ 5
Coder's Crux after some research I came to know I can make app useing python ,html ,css.. we can use Eel package to accomplish it in python . But to make it possible we need javascript. We can't skip it. And for making a such a complicated app I need to have higher knowledge on javascript.
18th Dec 2019, 3:41 PM
Vijay(v-star🌟)
Vijay(v-star🌟) - avatar
+ 4
If you want to make a real-time chatting app, Ill quickly explain how whatsapp works. Once a member of a group sends a message, the value of the message, who sent it and the send date are sent to whatsapp's servers. From there they store the message in their databases as well as send the message to the other group members. This can be achieved using a 24/7 server accepting requests using sockets. The html part is only for displaying the messages. Go read through what are sockets exactly, and perhaps see if you can use php, because it is more server side when it comea to data analyzing. Good luck
10th Dec 2019, 1:29 PM
coddy
coddy - avatar
+ 2
I am not sure if python is compatible with html and css. Also you need to learn to spell before you learn to code. Use spell check before uploading the app.
16th Dec 2019, 7:20 PM
Shane Coughlin
Shane Coughlin - avatar
+ 2
I am thinking about it, and I really think that learning javascript better won't help in this particar case. Give me a bit of time, i'll see if I can sort out a demo or anything that might work. Using python may be possible, but I don't see it being such a smart option. Perhaps using Tomcat, which is like php but using java, which is really good in my opinion whdn it comes to receiving and sending requests through a server, but I'll see what I can work out.
18th Dec 2019, 4:36 PM
coddy
coddy - avatar
+ 2
Are you looking to develop chat app like WhatsApp. In this tutorial will guide to how to create chat app step by step details. https://hackernoon.com/the-architecture-of-an-enterprise-chat-application-that-can-withstand-1-million-concurrent-users-3e3p2dts
20th Dec 2019, 8:10 AM
Alex Sam
Alex Sam - avatar
+ 2
ROHAN unfortunatly, they are not enough. A back-end progamming language is s must.
22nd Jan 2020, 11:34 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
0
ccs
20th Dec 2019, 2:21 AM
farhad rostami
farhad rostami - avatar
0
HTML and CSS are enough to make a chat app. Star from now.
22nd Jan 2020, 11:15 AM
ISTIAQUE ZAMAN
ISTIAQUE ZAMAN - avatar