Socket
Socket
Sign inDemoInstall

convex-dev

Package Overview
Dependencies
49
Maintainers
9
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    convex-dev

Client for the Convex Cloud


Version published
Weekly downloads
7
increased by250%
Maintainers
9
Created
Weekly downloads
 

Readme

Source

convex-dev

Client library for interacting with the Convex Cloud.

Convex is a platform for building dynamic applications without the complexity of managing a backend or interacting with a database. Data access functions run on the Convex Cloud platform and use the server libraries to read and manipulate data. This package is used in frontend code to interact with these server-side functions.

Usage

Create a ConvexHttpClient to connect to the Convex Cloud.

import { ConvexHttpClient } from "convex-dev/browser";

// Load the Convex config from its file inside your repository.
import convexConfig from "../convex.json";
const convex = new ConvexHttpClient(convexConfig.origin):

See the Convex documentation to get started!

Keywords

FAQs

Last updated on 11 Apr 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc