I
islamelnaggar
Hello java guys
i'm writing chat software ,data send from client to server and server
response to client
so i need to send many data formats such as voice, text based i need
to make protocol between both client and server to do many operation
for example authencate user , get user list ,
whatever so i need way to send data using sockets to send data
will i use bytes packets between both client and server ? or use
anthor way or what
and in case if i'm using bytes stream how can i explode or get text
message from the header stream how can i design this protocol
thanks
i'm writing chat software ,data send from client to server and server
response to client
so i need to send many data formats such as voice, text based i need
to make protocol between both client and server to do many operation
for example authencate user , get user list ,
whatever so i need way to send data using sockets to send data
will i use bytes packets between both client and server ? or use
anthor way or what
and in case if i'm using bytes stream how can i explode or get text
message from the header stream how can i design this protocol
thanks