Language for messenger Programming Computer Science by hefaz Salam All programmers, i am trying to make a messenger, for example migme. which language should i use? i tried to use vb6 and i designed the form but i don't know much about the network programming i.e (packets send and recieve) which language should i use? I searched google and found just half of the toturial. thought you guys will help. Re: Language for messenger Programming Computer Science by rubberman A messenger? Please be explicit what you mean. This is a common term for message passing systems, such as Kafka. However, it may mean something else to you. Re: Language for messenger Programming Computer Science by hefaz i mean a messenger as yahoo through which we can join chatrooms. and chat to each other. Re: Language for messenger Programming Computer Science by jwenting first learn a language that's 20 years newer than VB6, THEN start thinking about network programming... Re: Language for messenger Programming Computer Science by JamesCherrill Depends on the platform... C# if Windows only Swift if Apple only Java if Linux or multi-platform