Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 299 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 299 Bytes

Movie Ticket Booking

IT4062 - Network Programming: Multi-threaded client/server application using TCP sockets

Installation

~/Project/server$ make
~/Project/client$ make

Usage

~/Project/server$ ./server
~/Project/client$ ./client 127.0.0.1 # the IP address of the server