Open Source JavaScript Web Development Software - Page 4

JavaScript Web Development Software

View 5784 business solutions

Browse free open source JavaScript Web Development Software and projects below. Use the toggles on the left to filter open source JavaScript Web Development Software by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 1
    graphql-upload

    graphql-upload

    Middleware and an Upload scalar to add support for GraphQL multipart

    Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers. Clients implementing the GraphQL multipart request spec upload files as Upload scalar query or mutation variables. Their resolver values are promises that resolve file upload details for processing and storage. Files are typically streamed into cloud storage but may also be stored in the filesystem. Use the middleware graphqlUploadKoa or graphqlUploadExpress just before GraphQL middleware. Alternatively, use the function processRequest to create custom middleware. The process must have both read and write access to the directory identified by os.tmpdir(). The device requires sufficient disk space to buffer the expected number of concurrent upload requests. Promisify and await file upload streams in resolvers or the server will send a response to the client before uploads are complete, causing a disconnect.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    hyperx

    hyperx

    Tagged template string virtual dom builder

    tagged template string virtual dom builder. This module is similar to JSX, but provided as a standards-compliant ES6 tagged template string function. hyperx works with virtual-dom, react, hyperscript, or any DOM builder with a hyperscript-style API: h(tagName, attrs, children). You might also want to check out the hyperxify browserify transform to statically compile hyperx into javascript expressions to save sending the hyperx parser down the wire. Template strings are available in: node 4+, chrome 41, firefox 34, edge, opera 28, safari 9.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    javascript-keypress-learning-kit
    Just download the above zip file, extract it and then open the index.html file on internet browsers like Firefox ( preferable ) or Google Chrome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    longpress-tooltip

    Long-Press Tooltip für Formularelemente und Buttons (jQuery UI)

    Diese Funktion initialisiert jQuery UI Tooltips für alle relevanten Eingabefelder, * Textareas, Selects und Buttons. Tooltips erscheinen, wenn der Benutzer ein Element * für eine definierte Zeit gedrückt hält (Long-Press) und verschwinden automatisch * nach einer weiteren definierten Zeit. * * Besonders hilfreich auf **mobilen Geräten / Touch-Devices**, da dort * der Standard-Tooltip (title) nicht sichtbar ist.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 5
    node-js-getting-started

    node-js-getting-started

    Getting Started with Node on Heroku

    A barebones Node.js app using Express 4. This application supports the Getting Started on Heroku with Node.js article. Make sure you have Node.js and the Heroku CLI installed. For more information about using Node.js on Heroku, see these Dev Center articles. When you create an app, a git remote (called heroku) is also created and associated with your local git repository. Heroku generates a random name (in this case sharp-rain-871) for your app, or you can pass a parameter to specify your own app name. Heroku treats logs as streams of time-ordered events aggregated from the output streams of all your app and Heroku components, providing a single channel for all of the events. Procfiles can contain additional process types. For example, you might declare one for a background worker process that processes items off of a queue.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    nodejs-integration-tests-best-practices

    nodejs-integration-tests-best-practices

    Beyond the basics of Node.js testing

    Component/integration test is a hybrid between E2E and unit tets. It's gaining a lot of popularity and going by the testing diamond model it is considered as the default technique for the modern backend. Its main idea is testing an entire component (e.g., Microservice) as-is, through the API, with all the layers including the database but fake anything extraneous. This brings both high confidence and great developer experience. However, doing it right, fast, exhaustive and maximizing the value demand some learning and skills. This is the mission statement of this repo. Warning: You might fall in love with testing. Detailed instructions on how to write component tests in the RIGHT way including code example and reference to the example application. A Complete showcase of a typical Node.js backend with performant tests setup (50 tests in 4 seconds! including database!)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    open-api

    open-api

    A Monorepo of various packages to power OpenAPI in node

    A Monorepo of various packages to power OpenAPI in node. This monorepo uses lerna for development. See the root package.json for helpful scripts. Several scripts have been created to aid in the development of this monorepo (see ./bin). They assume that your $PWD is the root of the repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    penthouse

    penthouse

    Generate critical CSS for your web pages

    The critical path is the path to render a web page, what's needed before that can happen. CSS Stylesheets block rendering. Until the browser has requested, received, downloaded, and parsed your stylesheets, the page will remain blank. By reducing the amount of CSS the browser has to go through, and by inlining it on the page (removing the HTTP request), we can get the page to render much, much faster. You should minify the critical CSS, then inline it on your page (wrapped in <style> tags). It should be placed in the header, replacing the full CSS link(s). The full CSS, and JS script tags (which also block rendering), should be moved out of the HEAD, to the end of the page, just before the closing body tag. You need to generate critical CSS for each page individually. Make sure to only move down the full CSS to the bottom of the page for pages where you have inlined critical path CSS in the header.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Php js form generator create a form (with action and all check) starting from an XML file that describe all fields.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 10
    tmt-workflow

    tmt-workflow

    A web developer workflow used by WeChat team based on Gulp

    A web developer workflow used by WeChat team based on Gulp, with cross-platform supported and solutions prepared. Due to business adjustments, this project will no longer be updated. Thank you for your continued support.Based, efficient, cross-platform (macOS & Win), customizable front-end workflow. A GUI desktop tool is now available: WeFlow , which can be used without installing any environmental dependencies, official website download. The configuration file is a hidden file located in the root directory of the workflow, which can store configuration information or enable related functions, see WiK for details. It is recommended to use it with the Gulp task manager of editors such as WebStorm for a better experience. It can also be used with the desktop tool: [WeFlow], no need to install environment dependencies, and obtain a visual operating experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    truthy

    Open source headless CMS API written using NestJS, that has pre built

    Open source headless CMS API written using NestJS, that has pre built modules like User Management, Role Management, Permission Management, Email Module, Account Settings, OTP, Throttling, RBAC support, Localization, and many more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    turretcss

    turretcss

    Turret is a styles and browser behaviour normalisation framework

    Developed for design, turretcss is a styles and browser behavior normalization framework for the rapid development of responsive and accessible websites. Newly added features include: increasing the size scale, adding sizes for display title and lead, generic group styles, and box-shadow utility classes. Added utility classes for the cursor property. A generic group behavior to align and space between like items within lists. Globally set box shadows with size variants to set on any element easily with utility classes. PostCSS with postcss-preset-env to write tomorrow's CSS spec today with the polyfills you need. Designed for speed turretcss is designed to make responsive, accessible, and scalable CSS development simple, and predictable. Write clean, simple, and modern HTML & CSS with intuitive size and style utilities with PostCSS and postcss-preset-env.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    vue-form-making

    vue-form-making

    A visual form designer/generator base on Vue.js

    A visual form designer developed based on VUE, to help enterprises achieve low code development mode; lets developers pay more attention to business instead of the traditional boring coding form, and helps to improve efficiency quickly, save research and development costs. Popular form designer page, through the visual operation, quickly completes the creation of the form page. Design the form with grid layout, allows you to use nested, you can use this fundamental layout to create a very complex page. Provides a custom zone that allows you to customize your own form. Provides powerful advanced components that can be used in a variety of complex scenarios. Provides a powerful API interface, to quickly generate forms, verify and obtain form data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    webchat

    webchat

    Websocket project based on vue

    Websocket project based on vue. Register and log in, chat with others View history, multiple chatrooms, chat with a robot, send pictures, send links, send emoji, preview picture, Message not read, and broken line reconnection.
    Downloads: 0 This Week
    Last Update:
    See Project