+ 3
Which is the best programming language to create a chat app?
question
11 Antworten
+ 6
python or java
+ 4
By app, if you mean mobile app, try using Kotlin for Android, and Swift for iOS. If you mean general desktop program, try Python; it's easy to work with.
For the server side, you can use pretty much any language that can be used to write servers, so use what you want to.
Also, here are some examples:
Java server: https://code.sololearn.com/c7PTwdOXdsWE/?ref=app
Java client: https://code.sololearn.com/c072B0Uj5ovg/?ref=app
Python server (more complex for additional features): https://code.sololearn.com/ccsD5q3SMkCS/?ref=app
Python client (more complex for additional features):
https://code.sololearn.com/cN54wF6h9Fr5/?ref=app
+ 2
thanks.. very helpful info
+ 2
To develop the chat application in both Android & iOS, the following language which helps to build on their own.
Front-end of an Android Chat Application: XMPP, Java, WebRTC, MySQL
Front-end iOS Chat Application: Objective-c, Swift, Realm database
Back-end Development: PHP, Ejabberd, Java, Amazon web services, Erlang.
(Source: https://www.techclickr.com/build-chat-app-like-whatsapp )
+ 1
Chat bot is AI and working concept is machine learning. so python is best for this.
+ 1
are we talking about an ai chatbot, or a chat message service?
either way, python and java! :)
+ 1
Kotlin or Swift, maybe Java
+ 1
Take a look into the blog. To get more information about the programming language to develop a chat application.
https://www.apptha.com/blog/build-chat-app-like-whatsapp/
0
chat message service
0
To build a chat application like WhatsApp, the languages used are Erlang, FreeBSD, YAWS, Lighttpd, PHP, XMPP.
Check the technologies used in WeChat, Viber - https://steemit.com/technology/@vignesh4u/how-to-build-a-secure-chat-app-like-whatsapp-wechat-and-viber
0
Erlang is the best bro... You can consider Elixir too