🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

create-jambonz-ws-app

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-jambonz-ws-app

Scaffold a jambonz websocket application

0.0.10
latest
Source
npm
Version published
Weekly downloads
122
577.78%
Maintainers
1
Weekly downloads
 
Created
Source

create-jambonz-ws-app

Usage: npx create-jambonz-ws-app [options] project-name

Options:
  -v, --version              display the current version
  -s, --scenario <scenario>  generates a sample websocket app for jambonz (default: "hello-world")
  -h, --help                 display help for command

The following scenarios are available:

  • hello-world: a simple app that responds to an incoming call using text-to-speech,
  • echo: an collect-and-response app that echoes caller voice input,
  • chat-gpt3: a voicebot that interacts with openai's gpt-3 api (requires openai api key),
  • all: generate all of the above scenarios

Example:

$ npx create-jambonz-ws-app --scenario "hello-world, echo" my-app && cd $_ && node app.js

Creating a new jambonz websocket app in /Users/dhorton/my-app

Installing packages...
{
  "level": 30,
	"time": 1674396724396,
	"pid": 55883,
	"hostname": "MacBook-Pro-3.local",
	"msg": "jambonz websocket server listening at http://localhost:3000"
}

FAQs

Package last updated on 25 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts