You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# node-unix-socket
2
2
3
-
`node-unix-socket` allows you to use some nonblocking sockets that are not supported by Node.js native modules, including:
3
+
`node-unix-socket` allows you to use some nonblocking unix sockets that are currently not supported by Node.js native modules, including:
4
4
5
-
- Using `SO_REUSEPORT` enabled TCP [net.Server](https://nodejs.org/dist/latest-v16.x/docs/api/net.html#class-netserver)
6
5
- unix seqpacket(`SOCK_SEQPACKET`) sockets
7
6
- unix datagram(`SOCK_DGRAM`) sockets
7
+
- Using `SO_REUSEPORT` enabled TCP [net.Server](https://nodejs.org/dist/latest-v16.x/docs/api/net.html#class-netserver)
8
8
9
9
`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.
0 commit comments