I'm looking for examle/tutorial showing implementation of both client and server side code.
Client - simple html webform containg three controlls: username, pasword input and a submit button.
Server - a program written in c/c++ that receives username and password from the client and verifies them(sql or simple file).