#libuv中文教程
翻譯自[《An Introduction to libuv》](https://github.com/nikhilm/uvbook).
會持續關注原教程并更新中文版,本教程基于libuv的v1.3.0。
##在線閱讀
使用gitbook制作,可以[在線閱讀](http://luohaha.github.io/Chinese-uvbook/)。
##目錄
1. [簡介](https://github.com/luohaha/Chinese-uvbook/blob/master/source/introduction.md)。
2. [libuv基礎](https://github.com/luohaha/Chinese-uvbook/blob/master/source/basics_of_libuv.md)。
3. [文件系統](https://github.com/luohaha/Chinese-uvbook/blob/master/source/filesystem.md)。
4. [網絡](https://github.com/luohaha/Chinese-uvbook/blob/master/source/networking.md)。
5. [線程](https://github.com/luohaha/Chinese-uvbook/blob/master/source/threads.md)。
6. [進程](https://github.com/luohaha/Chinese-uvbook/blob/master/source/processes.md)。
7. [高級事件循環](https://github.com/luohaha/Chinese-uvbook/blob/master/source/advanced-event-loops.md)。
8. [實用工具](https://github.com/luohaha/Chinese-uvbook/blob/master/source/utilities.md)。
9. [關于](https://github.com/luohaha/Chinese-uvbook/blob/master/source/about.md)。
(文章源文件均在`source/`文件夾下)
##翻譯人員
* [byronhe](https://github.com/byronhe)
* [littleneko](https://github.com/littleneko)
* [luohaha](https://github.com/luohaha)
##輔助閱讀
1. [libuv官方文檔](http://docs.libuv.org/en/v1.x/)-由于教程有些知識點講解得不夠深入,需要我們自行閱讀官方文檔,來加強理解。
2. [教程的完整代碼](https://github.com/nikhilm/uvbook/tree/master/code)-教程中展示的代碼并不完整,對于一些復雜的程序,需要閱讀完整的實例代碼。
##說明
在翻譯的過程中,對于一些個人覺得可能不是那么容易理解的知識點,我都會附上自己收集的說明資料的鏈接,以方便學習。由于個人的英文水平有限,如果大家發現翻譯出錯或者不合適的地方,歡迎PR(修改master分支下,source文件夾下的md文件即可)。