DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   C# (http://www.daniweb.com/forums/forum61.html)
-   -   c# client, java server (http://www.daniweb.com/forums/thread201568.html)

jonnytabpni Jul 3rd, 2009 10:45 pm
c# client, java server
 
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

adatapost Jul 4th, 2009 6:21 am
Re: c# client, java server
 
jonytabpni,

?C# server

jonnytabpni Jul 4th, 2009 9:38 am
Re: c# client, java 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?

adatapost Jul 5th, 2009 12:18 am
Re: c# client, java server
 
Between two programs only the sets of bytes are transfered. No matter; these two programs are written with same programming language/environment or different.


All times are GMT -4. The time now is 2:27 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC