An open API service indexing awesome lists of open source software.

https://github.com/mshockwave/libuv-example


https://github.com/mshockwave/libuv-example

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

Simple Example of libuv 1.8
============================
This is a small example showing the tcp part and the fs part in libuv.
The client side has a ftp-client-like command line which can download, upload, list remote files and change remote folder.

Build
------
`mkdir build`

`cd build`

`cmake ..`

`make`

**TODO: Document of architecture design**