Skip to content
Advertisement

Linux chat server with c# [closed]

I am quite new in programming so i’m looking for some advice. Basically I learn C# on win8 until last week, when i started to show some interest in Linux Distros…and of course i installed it too.I really like this OS but it’s a bit strange for me after win, by the way i’m sedulous in learning booth linux and programming.

My question is that…I would like to write a simple chat program that could communicate with a win7 client(Gf) and that sounds cool except linux is not windows :D. So I would like to know…What should i do? Change to Python or etc?Is it possible to make it in C#?I just need some “pointer” to select the best option of”route”. 😀

Advertisement

Answer

Is it possible to make it in C#?

Yes, you can use C# to develop a chat server on Linux and you can write portable code in C# (so that it can be run on multiple platforms).

See this related question: Developing C# on Linux

Advertisement