Hi all, I've just started learning server and client communication using socket.
What I'm doing here is like a Search Engine.
Server stores data (from a textfile) , then client search and check it exists or not.
Everything works fine, but I can't seem to loop for multiple search. (Meaning after client search and get results, it will continue prompting user to search for something else, until user ends the program by entering 'end')
My application ends after I finished searching once.
Is there a solution to this?
Thanks in advance.