* Further guard import of socket to make it optional
This is so that systems without a (u)socket module can still use Microdot.
For example if the transport layer is provided by a serial link.
* Add simple hello.py example that serves a static HTML page