{"library":"tcp-client","type":"library","category":null,"description":"tcp-client is a minimal Node.js TCP client that provides a callback-based interface for sending requests and receiving responses. The current version 1.1.9 (last updated 2016) is stable but lacks active maintenance. It differs from full-featured TCP libraries (e.g., net module or generic-pool) by offering a simple wrapper with automatic logging of sent and received data, but lacks promises, TypeScript types, and modern JS features. Suitable only for simple synchronous-style TCP communication in legacy projects.","language":"javascript","status":"maintenance","version":"1.1.9","tags":["javascript","tcp","client"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install tcp-client","imports":["const tcpClient = require('tcp-client')","const client = tcpClient.createClient(options)","client.request(data, callback)"]},{"cmd":"yarn add tcp-client","imports":[]},{"cmd":"pnpm add tcp-client","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"tcp-client","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}