A message board server in C with multiplexing using select.
"![message]/n" to overwrite the server message and "?/n" to get the most recent message
To test this server on one machine:
- Compile the C code
- Run the .out file using PORT as an argument
- Using "screen" create a new window
- Using "nc server-ip PORT" connect to the server as a client
- Repeat steps 3 and 4 for up to 30 clients