https://github.com/oresoftware/modify-socket
Set options on socket using `setsocketopt`
https://github.com/oresoftware/modify-socket
c cpp file-descriptor nodejs nodejs-addon socket
Last synced: 7 months ago
JSON representation
Set options on socket using `setsocketopt`
- Host: GitHub
- URL: https://github.com/oresoftware/modify-socket
- Owner: ORESoftware
- Created: 2018-06-03T05:23:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T09:08:08.000Z (over 7 years ago)
- Last Synced: 2025-07-08T06:03:20.013Z (7 months ago)
- Topics: c, cpp, file-descriptor, nodejs, nodejs-addon, socket
- Language: Makefile
- Homepage:
- Size: 349 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# replace-line
This project was created as a Node.js Addon to read files and replace matching lines with a blank line.
The objective is to prevent overwriting or truncating of files so that processes which are tailing a file
do not get interrupted and that the tail results are accurate representations of file contents.