Skip to content

Building a deepgram proxy in Node #192

@lukeocodes

Description

@lukeocodes

Integration: Deepgram Proxy Server (Node.js)

<!-- metadata
type: queue
slug: node-deepgram-proxy
language: javascript
products: stt|tts
priority: user-request
-->

What this should show

A Node.js proxy server that sits between a client application and the Deepgram API. This is a common pattern for keeping Deepgram API keys secure on the server side while allowing browser/client apps to use Deepgram services. The example should demonstrate:

  • An Express (or similar) server that proxies REST API requests to Deepgram
  • WebSocket proxying for real-time STT streaming (client ↔ proxy ↔ Deepgram)
  • Secure API key handling (key stays server-side only)
  • A minimal client-side example showing how to connect through the proxy

Credentials likely needed

Only DEEPGRAM_API_KEY


Original request:

What's on your mind?

Building a deepgram proxy in Node

Any extra context? (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    action:generateAction: ready for code generationpriority:userUser-submitted suggestion — builds before bot-queued examplesqueue:new-exampleQueue: build a new example

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions