Files
llgo/c/libuv
xushiwei c490f2b849 Merge pull request #692 from spongehah/refactor/c-libuv-remove-go-wrapper
fix(c/libuv): Change the request calling method of echo_server
2024-08-27 05:23:28 +08:00
..
2024-08-07 20:24:43 +08:00
2024-07-26 14:55:36 +08:00
2024-08-15 10:57:29 +08:00
2024-08-15 10:57:29 +08:00

LLGo wrapper of libuv

How to install

on macOS (Homebrew)

brew install libuv

on Linux (Debian/Ubuntu)

apt-get install -y libuv1-dev

on Linux (CentOS/RHEL)

yum install -y libuv-devel

on Linux (Arch Linux)

pacman -S libuv

Demos

The _demo directory contains our demos (it start with _ to prevent the go command from compiling it):

How to run demos

To run the demos in directory _demo:

cd <demo-directory>  # eg. cd _demo/sqlitedemo
llgo run .