From dadba5cd459c27a76d744c0ceb809f7601dbbf43 Mon Sep 17 00:00:00 2001 From: niamtokik Date: Fri, 19 Jun 2020 17:13:17 +0000 Subject: [PATCH] update documentation --- doc/using-libuv-with-erlang-c-node.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/using-libuv-with-erlang-c-node.md b/doc/using-libuv-with-erlang-c-node.md index 6863b74..70e9f9e 100644 --- a/doc/using-libuv-with-erlang-c-node.md +++ b/doc/using-libuv-with-erlang-c-node.md @@ -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 > it’s also used by Luvit, Julia, pyuv, and others.