Skip to content

Commit e7cbc57

Browse files
committed
docs: update README.md
1 parent 2e2a206 commit e7cbc57

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
- unix datagram(`SOCK_DGRAM`) sockets
99
- Using `SO_REUSEPORT` enabled TCP [net.Server](https://nodejs.org/dist/latest-v16.x/docs/api/net.html#class-netserver)
1010

11-
`node-unix-socket` is a [napi-rs](https://napi.rs/) based [Node.js addons](https://nodejs.org/docs/latest-v16.x/api/addons.html). This lib uses [libuv](https://libuv.org/) inside Node.js so that it won't introduce any other asynchronous runtimes.
11+
`node-unix-socket` is a [napi-rs](https://napi.rs/) based [Node.js addons](https://nodejs.org/docs/latest-v16.x/api/addons.html) and:
12+
- This lib bases on n-api and is pre-compiled so that it doesn't require compilation environments if yours is pre-built supported.
13+
- This lib won't introduce any other asynchronous runtimes as it uses [libuv](https://libuv.org/) inside Node.js.
14+
15+
We use `SOCK_SEQPACKET` sockets for in our internal APM.
1216

1317
## Tested Platforms & Node.js
1418

0 commit comments

Comments
 (0)