|
|
|
|
|
by dhruvrrp
3424 days ago
|
|
A personal preference of mine is to write a simple http server with GET and a few error codes implemented. It usually covers networking, file IO, exceptions in some cases, multi-threading, string parsing, etc. If it feels like too much then you can always start off with a smaller subset of features. |
|