Files
pipecat/examples/deployment/modal-example/client/javascript
2025-05-14 22:51:08 -07:00
..
2025-05-12 12:45:43 -05:00
2025-05-12 12:45:43 -05:00
2025-05-12 12:45:43 -05:00
2025-05-12 12:45:43 -05:00

JavaScript Implementation

Basic implementation using the Pipecat JavaScript SDK.

Setup

  1. Deploy the Modal server. See the main README.

  2. Navigate to the client/javascript directory:

cd client/javascript
  1. Modify the baseUrl in src/app.js to point to your deployed Modal endpoint

  2. Install dependencies:

npm install
  1. Run the client app:
npm run dev
  1. Visit http://localhost:5173 in your browser.