|
@ -5,7 +5,7 @@ |
|
|
libuv is a multi-platform support library with a focus on asynchronous I/O. It |
|
|
libuv is a multi-platform support library with a focus on asynchronous I/O. It |
|
|
was primarily developed for use by [Node.js](http://nodejs.org), but it's also |
|
|
was primarily developed for use by [Node.js](http://nodejs.org), but it's also |
|
|
used by [Luvit](http://luvit.io/), [Julia](http://julialang.org/), |
|
|
used by [Luvit](http://luvit.io/), [Julia](http://julialang.org/), |
|
|
[pyuv](https://github.com/saghul/pyuv), and [others](https://github.com/joyent/libuv/wiki/Projects-that-use-libuv). |
|
|
[pyuv](https://github.com/saghul/pyuv), and [others](https://github.com/libuv/libuv/wiki/Projects-that-use-libuv). |
|
|
|
|
|
|
|
|
## Feature highlights |
|
|
## Feature highlights |
|
|
|
|
|
|
|
@ -77,7 +77,7 @@ Documentation can be browsed online [here](http://docs.libuv.org). |
|
|
— An overview of libuv with tutorials. |
|
|
— An overview of libuv with tutorials. |
|
|
* [LXJS 2012 talk](http://www.youtube.com/watch?v=nGn60vDSxQ4) |
|
|
* [LXJS 2012 talk](http://www.youtube.com/watch?v=nGn60vDSxQ4) |
|
|
— High-level introductory talk about libuv. |
|
|
— High-level introductory talk about libuv. |
|
|
* [Tests and benchmarks](https://github.com/joyent/libuv/tree/master/test) |
|
|
* [Tests and benchmarks](https://github.com/libuv/libuv/tree/master/test) |
|
|
— API specification and usage examples. |
|
|
— API specification and usage examples. |
|
|
* [libuv-dox](https://github.com/thlorenz/libuv-dox) |
|
|
* [libuv-dox](https://github.com/thlorenz/libuv-dox) |
|
|
— Documenting types and methods of libuv, mostly by reading uv.h. |
|
|
— Documenting types and methods of libuv, mostly by reading uv.h. |
|
@ -181,5 +181,5 @@ See the [guidelines for contributing][]. |
|
|
[GYP]: http://code.google.com/p/gyp/ |
|
|
[GYP]: http://code.google.com/p/gyp/ |
|
|
[Python]: https://www.python.org/downloads/ |
|
|
[Python]: https://www.python.org/downloads/ |
|
|
[Visual Studio Express 2010]: http://www.microsoft.com/visualstudio/eng/products/visual-studio-2010-express |
|
|
[Visual Studio Express 2010]: http://www.microsoft.com/visualstudio/eng/products/visual-studio-2010-express |
|
|
[guidelines for contributing]: https://github.com/joyent/libuv/blob/master/CONTRIBUTING.md |
|
|
[guidelines for contributing]: https://github.com/libuv/libuv/blob/master/CONTRIBUTING.md |
|
|
[libuv_banner]: https://raw.githubusercontent.com/joyent/libuv/master/img/banner.png |
|
|
[libuv_banner]: https://raw.githubusercontent.com/libuv/libuv/master/img/banner.png |
|
|