basic client/server programming

Posted by Zachary on Stack Overflow See other posts from Stack Overflow or by Zachary
Published on 2010-03-28T21:51:57Z Indexed on 2010/03/28 22:03 UTC
Read the original article Hit count: 304

I am new to web programming...I have been asked to create a simple Internet search application which would allow transmit to the browser some data stored remotely in the server. Considering the client/server architecture (which I am new to) I would like to know if the "client" is represented only by the Internet browser and therefore the entire code of the web application should be stored in the server. As it's a very generic question a generic answer is also well accepted.

© Stack Overflow or respective owner

Related posts about network-programming

Related posts about client-server