summaryrefslogtreecommitdiffhomepage
path: root/src/nodejs/unit-http/socket.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-08-20Node.js: introducing websocket support.Max Romanov1-5/+3
2018-12-19Node.js: changed the unit-http socket constructor.Alexander Borisov1-5/+10
Third-party file descriptors are not supported. Socket "readable" and "writable" options are set true by default.
2018-11-06Node.js: socket.js improvements.Andrey Zelenkov1-18/+20
- Fixed handling of the "options" parameter in Socket() constructor; - Now the connect() method returns "this"; - Deduplicated the address() method; - Added missing "callback" argument to the end() method; - Now the destroy() method returns "this"; - Added "timeout" argument type check in the setTimeout() method.
2018-10-03Added Node.js support.Alexander Borisov1-0/+99