D
D
Drum Kit2016-01-08 14:30:35
Node.js
Drum Kit, 2016-01-08 14:30:35

What is the best language to chat in?

I need to create a chat for a project. I have 2 questions.
1. What are the open source chats?
2. in what language to write a chat on node js or phyton or in some other language?
Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
W
Walt Disney, 2016-01-08
@arayik

I think it depends on how you want to feel when you're done.
If you write in erlange you will be curt
Write in go or node.ja you will be a hipster
In java/python you will be boring
In php you will become dull
In C/C++ you will become an aksakal
This happens because in the modern world, to show the networking capabilities of the language, they write something simple and understandable to everyone. It used to be echo servers, but now it's chats.
As for the first question, using the XMPP abbreviation, I think you can google the source codes of servers and clients in any languages.

P
Peter, 2016-01-08
@petermzg

1. Here is a list for example
2. It is better to write in the language that you know better.

S
Seva Zhidkov, 2016-01-08
@Shamoi

1. There are a lot of them. You can search Github by starting with a simple "chat" request and progressively refine them, such as "chat angular.js" .
2. There is no standard rule "Write a chat - write in {{ language }}". Socket.io is very well suited for Node.js, and indeed, if you write a chat, Javascript is still needed. If you are familiar with Node.js, I recommend it. And so, Peter is right, you need to write in the language that you know best. You can use Go, Python, and even Haskell .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question