https://github.com/mshockwave/libuv-example
https://github.com/mshockwave/libuv-example
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mshockwave/libuv-example
- Owner: mshockwave
- License: other
- Created: 2016-04-10T06:03:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-14T07:51:26.000Z (about 10 years ago)
- Last Synced: 2025-06-15T10:09:16.589Z (about 1 year ago)
- Language: C++
- Size: 522 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**