Simple Socket Programming - bank account system client can use CHECK/DEPOSIT/WITHDRAW/TRANSFER method The protocols:
[Method] [target] [param1] [param2]
- param1 usually amount of money and param2 is only for TRANSFER method.
- In TRANSFER method, param1 is transfered account and param2 is money It gets client independence by using multiThreads
You can show the result in client server and can check the log in server server