> ## Documentation Index
> Fetch the complete documentation index at: https://docs.honeycomb.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Send Data to Honeycomb with Node.js

> Explore available methods for sending telemetry from your Node.js application to Honeycomb.

When you are working with Node.js, we recommend these methods of sending data to Honeycomb.

<Card title="OpenTelemetry JavaScript SDK" href="/send-data/javascript-nodejs/opentelemetry-sdk/">
  When you want to instrument Node.js applications in a standard, vendor-agnostic, and future-proof way, we recommend using the OpenTelemetry JavaScript SDK to send telemetry data to Honeycomb.
  The OpenTelemetry JavaScript SDK allows you to send traces and metrics.
  Logs is in development.
</Card>

<Card title="Honeycomb Libhoney for Node.js" href="/send-data/javascript-nodejs/libhoney/">
  When you need to create and send structured logs to Honeycomb, use Libhoney for Node.js, our structured logging library for Node.js applications.
</Card>
