# Neon Serverless Driver on JSR

DevFeed: [Neon Serverless Driver on JSR](<https://devfeed.tech/articles/neon-serverless-driver-on-jsr-5679.md>)

Original publisher: [Read original article](<https://neon.com/blog/neon-serverless-driver-on-jsr>)

Author: Raouf Chebri

Published: 2024-04-17T09:26:33Z

Content type: release

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Deno](<https://devfeed.tech/topics/deno.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [V8](<https://devfeed.tech/topics/v8.md>), [WebAssembly](<https://devfeed.tech/topics/web-assembly.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [Tokio](<https://devfeed.tech/topics/tokio.md>), [Workers](<https://devfeed.tech/topics/workers.md>), [Bun](<https://devfeed.tech/topics/bun.md>), [npm](<https://devfeed.tech/topics/npm.md>)

Tags: [bun](<https://devfeed.tech/tags/bun.md>), [caching](<https://devfeed.tech/tags/caching.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [community](<https://devfeed.tech/tags/community.md>), [discord](<https://devfeed.tech/tags/discord.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [npm](<https://devfeed.tech/tags/npm.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [rust](<https://devfeed.tech/tags/rust.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [tokio](<https://devfeed.tech/tags/tokio.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

## AI overview

Neon announces Serverless Driver 0.9.0 on Deno's JavaScript Registry JSR. The driver enables database connections from Deno and other V8-isolate runtimes through WebSocket and HTTP-based protocols, with connection caching and optimized sub-10ms first-query latency.

## Source excerpt

We're excited to announce the release of Neon's Serverless Driver 0.9.0 on Deno's JavaScript Registry JSR. Deno is an open-source JavaScript, TypeScript, and WebAssembly runtime built on V8, Rust, and Tokio. Although compatible with npm, Deno built JSR to address several changes...