parent
feb2a9e694
commit
156069130f
@ -4,8 +4,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 Mozilla's [Rust language](http://www.rust-lang.org/),
|
used by [Luvit](http://luvit.io/), [Julia](http://julialang.org/),
|
||||||
[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/joyent/libuv/wiki/Projects-that-use-libuv).
|
||||||
|
|
||||||
## Feature highlights
|
## Feature highlights
|
||||||
|
|||||||
@ -6,15 +6,14 @@ Overview
|
|||||||
--------
|
--------
|
||||||
|
|
||||||
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`_, but it's also used by Mozilla's
|
was primarily developed for use by `Node.js`_, but it's also used by `Luvit`_,
|
||||||
`Rust language`_, `Luvit`_, `Julia`_, `pyuv`_, and `others`_.
|
`Julia`_, `pyuv`_, and `others`_.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
In case you find errors in this documentation you can help by sending
|
In case you find errors in this documentation you can help by sending
|
||||||
`pull requests <https://github.com/joyent/libuv>`_!
|
`pull requests <https://github.com/joyent/libuv>`_!
|
||||||
|
|
||||||
.. _Node.js: http://nodejs.org
|
.. _Node.js: http://nodejs.org
|
||||||
.. _Rust language: http://www.rust-lang.org
|
|
||||||
.. _Luvit: http://luvit.io
|
.. _Luvit: http://luvit.io
|
||||||
.. _Julia: http://julialang.org
|
.. _Julia: http://julialang.org
|
||||||
.. _pyuv: https://github.com/saghul/pyuv
|
.. _pyuv: https://github.com/saghul/pyuv
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user