update documentation

This commit is contained in:
niamtokik
2020-06-19 17:13:17 +00:00
parent fee82c57ec
commit dadba5cd45

View File

@@ -1,5 +1,13 @@
# Using libuv with Erlang C-node
| date | comment |
|------------|--------------------------------------------------------|
| 2020-06-19 | create documentation and few tests |
| 2020-06-18 | first test with libuv and c-node |
# Introduction
> libuv is a multi-platform support library with a focus on
> asynchronous I/O. It was primarily developed for use by Node.js, but
> its also used by Luvit, Julia, pyuv, and others.