Developing a web-based chat platform
Â
I'm a fourth year student taking up BS Computer Science and I'm interested of developing a chat platform myself. For programmers here, what language should I use or learn?
Â
I'm a fourth year student taking up BS Computer Science and I'm interested of developing a chat platform myself. For programmers here, what language should I use or learn?
Hello,
Your question reminds me my 4th year project in last year. I also developed a chat. I recommend C# on ASP.Net platform to develop the chat. You can do some advance things with C#.
I recommend java also. Because a lot of chat sites in the internet has developed using java. And it also support for the mobile applications. So you can develop a mobile version of your chat if you use java as your language.
If you want to design a chat Bot you need learn more advance mechanism like NLP (Natural Language Processing). NLP is AI (Artificial Intelligence) based mechanism and bit difficult to learn.