Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 192 Bytes

Readme.md

File metadata and controls

9 lines (5 loc) · 192 Bytes

node.js的核心代码libuv的核心是epoll,本仓库提供了epoll的c语言实现

1、gcc server.c -o server

2、gcc client.c -o client

3、./server

4、打开另一个窗口 ./client