summaryrefslogtreecommitdiffstatshomepage
path: root/examples/unix/sock-client.py
Commit message (Collapse)AuthorAge
* Rename "rawsocket" module to "microsocket".Paul Sokolovsky2014-02-08
| | | | | | | It's no longer intended to provide just "raw" socket interface, may include some convenience methods for compatibility with CPython socket - but anyway just minimal set required to deal with socket client and servers, not wider network functionality.
* socket-client, socket-server examples now run on both Micro- and C-Python.Paul Sokolovsky2014-01-20
|
* Add socket examples (simple HTTP client and server).Paul Sokolovsky2014-01-19