hello sir really your videos helped me to understand the concept of client and socket programs and has you mentioned in the video about chatting app, i too need that chat app sir. hope you will be post soon
Dear Navin, can you make chat application tutorial please, or please send me a link if you already did. Thak you for the great knowledge you are sharing with us. Thank you
Nice video!! Now I tell you what I want to make that There are one server and two clients. These two clients want to talk to each other in which all the messages will be passed to a server but a condition is that if there is a 3rd client it should not be able to read messages of these two clients. How to do that can you make a video on that???
It's a well presentation, I had some problem about Client Sever communication, today it is clear. But can I able to make an app like A remote server continuously generating some values like some user name in every second. Now I like to make an App, which will able to show this data in a ListView according to server response. That's mean my App will be synchronized with this server to show this value. Is it possible by socket ?
Hi, Thank you for the tutorials. But I am not clear why you are using a PrintWriter object to send message here when we can just do it using OutPutStreamWriter object. In previous video you said that OutputStreamWriter object is just used to convert data into stream format and to actually send data we have to use PrintWriter object. But it seems that is not the case. Can you clarify?
Hello brother..i am working on one project and i have OPC UA Server running, i have to programmed a client in java that can fetch the data from the server and the data is measurement of the concentration of the methane gas, the data will be in form of date and amount of concentration... can you please tell me how to programmed this in java
Sir everything works fine except to get msg/response from server in client....when i try to fetch data there it throws an exception..Plz help if you can...and yes...a complete chat application would be a pain relief...
This is nice tutorial for web socket(using socket protocol), you can follow it. www.oracle.com/webfolder/technetwork/tutorials/obe/java/HomeWebsocket/WebsocketHome.html
Extremely needed a chat application using Socket and Multi Threading !!!!!!!!
Thanks for the great video !!!!
You explain very well. And I think that you are the best programming channel on TH-cam. And please make a video on a chatting app please
dear sir the nlecture is good for the beginners whose does not have knowledge ofm networking its good thank u
Dear Sir, Your explanation is good and it's clear.
Please share your Chat application videos also ..
Yeah...u should send the chatting application...sir...it's really awesome...
Thanks You So Much Sir Really, was a good explanation within 5 minutes.
Thanks Its sorted by watching your two way video. Thanks
THANK YOU ! for being the savior all the time ..
hello sir really your videos helped me to understand the concept of client and socket programs and has you mentioned in the video about chatting app, i too need that chat app sir. hope you will be post soon
Sir please make a video on chat application using socket and multi threading. And your videos are so helpful thank you for the grate videos
Good choice for video series Sir. Thank you for sharing
please also make video for chat application
Thanks alot...very well explained :)
Thank you for the video. and will you please make a video to communicate between client and server like chatting. is it possible?
Could you please create a video for how to create a directory on the server side using socket programming in java
Yes please do make a video on chat application
Dear Navin, can you make chat application tutorial please, or please send me a link if you already did. Thak you for the great knowledge you are sharing with us. Thank you
sir kindly share your chat app code..
Hello Sir..It would great help if you would post videos on creating chat application.
Nice video!! Now I tell you what I want to make that There are one server and two clients. These two clients want to talk to each other in which all the messages will be passed to a server but a condition is that if there is a 3rd client it should not be able to read messages of these two clients. How to do that can you make a video on that???
great explanation sir
great explanation thank you
It's a well presentation, I had some problem about Client Sever communication, today it is clear.
But can I able to make an app like
A remote server continuously generating some values like some user name in every second.
Now I like to make an App, which will able to show this data in a ListView according to server response.
That's mean my App will be synchronized with this server to show this value. Is it possible by socket ?
I really like your turials
sir plz make video on socket programming with Java some real time application like banking application.. login form.... and chat application
Sir please make a video on chat application with socket programming
Yes sir we want chatting application from server to client
Sir can you please share a demo for how to handle multiple client into the server... how can i use multithreading in this application.
Thank you
Sir please make a tutorial for two-way continues communication between server and clint in java
Hi,
Thank you for the tutorials.
But I am not clear why you are using a PrintWriter object to send message here when we can just do it using OutPutStreamWriter object. In previous video you said that OutputStreamWriter object is just used to convert data into stream format and to actually send data we have to use PrintWriter object. But it seems that is not the case. Can you clarify?
it is necessary works in two ways data communication...
hello sir
please make video on continuously chat by
client-server communication.
Please make a Chatting application using Sockets and Multi Threading sir
Sir please add a video for the chatting application
Hello Please can u make a tutorial on the chat application. Thank you
Pls share all interesting codes accrding to java networking programming
thank you for the video please can you explain me what the role of function flush()
Sir please make a video for chat application
hello sir please make a video on continues chat application using while loop...
Sir please create a ChatApp
b/w client and server.
Sir plz publish chat app video.... Thanx
yup... i need chat app...
great video
Hi can you tell exactly what is happening to socket diagramatic way?
plz make chat app with gui in java
when mobile is connected with server , how we identify the user ,plese make video on that
Sir can you please make a video on how to send file using websocket
could you please make a tutorial about chat for client/ server and client/client?
When are you going to make a video for chating application
Sir can you please explain in real time how a machine in different of of world can connect with server as the ip has changed for client?
Sir tell us to handle some exceptions occur in programming of socket
Please upload the video for the Chat between Server and Client.
yes please make another vedio on mini chat application using socket programing on way to side
Hello brother..i am working on one project and i have OPC UA Server running, i have to programmed a client in java that can fetch the data from the server and the data is measurement of the concentration of the methane gas, the data will be in form of date and amount of concentration... can you please tell me how to programmed this in java
sir please make a program on multiple char server
Thank You Sir
plz make a chat application
Would you Please share the Chat Application Code Navin
Sir post two way, continues
could you please make a chat program. ?
does the same apply when you are sending an XML message?
Can't we use scanner instead of buffered reader
Hello sir
I'm making IMS(intranet mailing system) as my btech project,so can you help for the same
Hi, I'm trying to use socket programming to send commands to my rover. How do I send ascii values to the modem?
how we continuously read the data while socket is connected and how we identify the user
but how to physically do the same like if i have 2 machine connected on a lan than how can i send message to other pc on via port number
Sir everything works fine except to get msg/response from server in client....when i try to fetch data there it throws an exception..Plz help if you can...and yes...a complete chat application would be a pain relief...
I have project do UDP connection - oriented two way handshake , how can i do it
hello sir i want to make a chat app...please make video on chat app sir
Hello Sir why don't u use DataInputStream instead
Does it requires internet connections
no
could u plz help in teaching how to send and receive data through websocket protol
This is nice tutorial for web socket(using socket protocol), you can follow it.
www.oracle.com/webfolder/technetwork/tutorials/obe/java/HomeWebsocket/WebsocketHome.html
hi sir my program gives a JNI error on anothers pcwhat should i do?
hi sir i need an app to check serial port of the server side machine/ computer.
chat application please !:)
sir i am unable to start server I think i am not getting the right port number (kindly help me)...
Sir i tried this code but I got connection reset error, how to avoid that... Please tell me some solutions
Sir pease provide the code of chat applications using socket programming
What if we do not want to loose the data?
Need a chat app video
Yes a chat application
Plz proceed it...
Sir want chatting application
when i run client then it says connection reset
if I didn't compile server first then
cool
Chatting application
SUperbbbb
I need chatting application
chat application please
but how to physically do the same like if i have 2 machine connected on a lan than how can i send message to other pc on via port number
but how to physically do the same like if i have 2 machine connected on a lan than how can i send message to other pc on via port number