+ 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.
8 Antworten
+ 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.
+ 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
+ 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.
+ 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.
+ 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
+ 2
ROHAN unfortunatly, they are not enough. A back-end progamming language is s must.
0
ccs
0
HTML and CSS are enough to make a chat app.
Star from now.