Chat Server Example
This lesson walks the reader through the design and implementation of a toy chat-server.
We'll cover the following...
Chat Server
Problem
Let's embark on a more realist albeit toy-example of creating a server that enables instant messaging or chatting among various participants. You may consider this problem a dumbed-down version of full-blown real life chat room servers.
Solution
We can implement our chat server using ...