"the matching words shouldn't be passed to the client, keep as much data server side"
Communication cost between clients and server would be too high I guess. Also you would notice the delay between entering a word and getting the reply from the server.
Comments
"the matching words shouldn't be passed to the client, keep as much data server side" Communication cost between clients and server would be too high I guess. Also you would notice the delay between entering a word and getting the reply from the server.