Hi folks,

I've got a C# client which can currently communicate with a C# server.

I am considering re-writing the server in Java (to make it work better on Linux).

Currently, the C# setup uses BinaryReader/Writer on top of a Network Stream on top of a Socket.

Is there some Java implementation that would be compatible with the C# end?

If not, what should I change? I'm hopeing I don't have to deal with raw Socket data.....

Cheers :)

Jonny

Recommended Answers

All 3 Replies

jonytabpni,

?C# server

C# server = a server written in C#
it uses a combination of TCPListener,network stream and binaryreader and writer to talk to client. Any ideas if these exsist in java?

Between two programs only the sets of bytes are transfered. No matter; these two programs are written with same programming language/environment or different.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.