Showing 12 open source projects for "deno"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    Deno

    Deno

    A secure runtime for JavaScript and TypeScript

    Deno is a secure by default, open source runtime for JavaScript and TypeScript, providing a productive and secure scripting environment for the modern programmer. It is distributed as a single executable with no dependencies, and takes on the role of both runtime and package manager. It uses a standard browser-compatible protocol for loading modules, which are URLs. Built on top of V8, Rust and TypeScript, Deno has support for TypeScript right out of the box. It has a set of built-in utilities...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    deno websocket

    deno websocket

    A simple WebSocket library like ws of node.js library for deno

    A simple WebSocket library like ws of node.js library for deno. This library is wrapping the ws standard library as the server side and the native WebSocket API as a client side. You can receive callbacks at the EventEmitter and can use the same object format on both the server side and the client side.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Opine

    Opine

    Minimalist web framework for Deno ported from ExpressJS

    A minimalist web framework for Deno ported from ExpressJS. Robust routing. Large selection of HTTP helpers including support for downloading/sending files, etags, Content-Disposition, cookies, JSONP etc. Support for static serving of assets. View system supporting template engines. Content negotiation. The quickest way to get started with Opine is to utilize the Opine CLI to generate an application. The Express philosophy is to provide small, robust tooling for HTTP servers, making it a great...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Discordeno

    Discordeno

    Discord API library for Node and Deno

    Discord API library for Node.JS, Deno & Bun. Discordeno is actively maintained to guarantee excellent performance, latest features, and ease of use. The functional API eliminates the challenges of extending built-in classes and inheritance while ensuring overall simple but performant code. Discordeno offers the option to have practically any component of a bot as a separate piece, including standalone REST, gateways, custom caches, and more. Remove any properties, if your bot doesn't need them...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • 5
    Drash

    Drash

    A microframework for Deno's HTTP server with zero 3rd-party dependency

    Drash is a microframework for Deno's HTTP server. Drash is a microframework for Deno's HTTP server. It has zero third-party dependencies outside of Deno Standard Modules. It is designed to help you build performant, scalable projects quickly. Drash is a unique framework. It is not another Express clone. It is more of a mixture of different frameworks with a different take on how "controllers" are written.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Spartan Schema

    Spartan Schema

    Ultra-minimal JSON schemas with Typescript inference

    An ultra-minimal, Typescript-compatible alternative to JSON Schema, designed as part of Osmosis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    GraphQL Yoga

    GraphQL Yoga

    Rewrite of a fully-featured GraphQL Server with focus on easy setup

    ... seamless in your GraphQL workflow. WHATWG Fetch API, the core package depends on WHATWG Fetch API so it can run and deploy on any environment (Serverless, Workers, Deno, Node). Easily Extendable. New GraphQL-Yoga support all envelop plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Kysely

    Kysely

    A type-safe typescript SQL query builder

    Kysely (pronounce “Key-Seh-Lee”) is a type-safe and autocompletion-friendly typescript SQL query builder. Inspired by knex. Mainly developed for node.js but also runs on deno and in the browser. Kysely makes sure you only refer to tables and columns that are visible to the part of the query you're writing. The result type only has the selected columns with correct types and aliases. As an added bonus you get autocompletion for all that stuff. As shown in the gif above, through the pure magic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DenoDB

    DenoDB

    MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno

    Supports PostgreSQL, MySQL, MariaDB, SQLite and MongoDB. Setting up your database with DenoDB is a four-step process. Create models, extending Model. table and fields are both required static attributes. Link your models, to add them to your database instance. Optional, create tables in your database, by using sync. Query your models! Using Mongo means adapting your models to its standards, one being the use of _id for identifying records. The only change on your side is to add an _id field...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Precoro helps companies spend smarter Icon
    Precoro helps companies spend smarter

    Fully Automated Process in One Tool: From Purchase Orders to Budget Control and Reporting.

    For minor company expenses, you might utilize a spend management solution or track everything in spreadsheets. For everything more, you'll need Precoro. We help companies achieve procurement excellence and budget efficiency by building transparent, predictable, automated spending workflows.
  • 10
    ky

    ky

    JavaScript HTTP client based on the browser Fetch API

    Ky targets modern browsers and Deno. For older browsers, you will need to transpile and use a fetch polyfill and globalThis polyfill. For Node.js, check out Got. For isomorphic needs (like SSR), check out ky-universal. It's just a tiny file with no dependencies. Internally, the standard methods (GET, POST, PUT, PATCH, HEAD and DELETE) are uppercased in order to avoid server errors due to case sensitivity. Search parameters to include in the request URL. Setting this will override all existing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Aleph.js

    Aleph.js

    The Full-stack Framework in Deno

    The Full-stack Framework in Deno. Aleph.js gives you the best developer experience for building web applications. Aleph.js is a modern framework that doesn't need webpack or another bundler since it uses the ES Module syntax during development. Every module only needs to be compiled once, when a module changes, Aleph.js just needs to re-compile that single module. There is no time wasted re-bundling every time a change is made. This, along with Hot Module Replacement (HMR) and Fast Refresh...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PDF-LIB

    PDF-LIB

    Create and modify PDF documents in any JavaScript environment

    Create and modify PDF documents in any JavaScript environment. Create PDF documents from scratch, or modify existing PDF documents. Draw text, images, and vector graphics. Embed your own fonts. Even embed and draw pages from other PDFs. Written in TypeScript and compiled to pure JavaScript with no native dependencies. Works in any JavaScript runtime, including browsers, Node, Deno, and even React Native. Add, insert, and remove pages. Split a single PDF into separate ones. Or merge multiple...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next