Showing 82 open source projects for "render server"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    Tailor

    Tailor

    A streaming layout service for front-end microservices

    A high-performance layout service for assembling micro frontends dynamically using server-side rendering.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    x0

    x0

    Document & develop React components without breaking a sweat

    ...Use the async getInitialProps static method to fetch data for static rendering. A custom App component can be provided by including an _app.js file. The App component uses the render props pattern to provide additional state and props to its child routes. The App component can also be used to provide a common layout for all routes. x0 supports server-side rendering for styled-components and emotion with zero configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    embed-js

    embed-js

    A lightweight plugin to embed emojis, media, maps, tweets, code, etc.

    A lightweight JavaScript plugin to embed emojis, media, maps, tweets, code and services. embed.js was developed with a modern JavaScript workflow in mind. To use it, it's recommended you have a build system in place that can transpile ES6, and bundle modules. But at the same time, you get an already transpiled version to make your development easier. If you’re using npm package manager with a module bundler like Webpack or Browserify to consume CommonJS modules, you can use the default UMD...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    pjax

    pjax

    pushState + ajax = pjax

    pjax loads html from your server into the current page without a full page load. It's ajax with real permalinks, page titles, and a working back button that fully degrades. Check the box to toggle pjax. Whenever the time changes, a full page load has happened. If the time doesn't change, no full page load has occurred. The idea is you can't tell the difference between pjax page loads and normal page loads. On complicated sites, browsing just "feels faster." pjax is a jQuery plugin that uses...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    JWebSwing

    JWebSwing

    A true Java Only Web Framework

    ...Utilizing the best open source available on the web, This framework combines the best components available freely on the web into a single, easy-to-use, and extremely powerful framework which is lightweight, fast, and easily maintainable. Focusing on a core of JQuery and Atmosphere Push - You can ensure that your application will run on any device. With AJAX at the center, and a "Render-On-Load" servlet that can start loading from any element in the tree, you can always ensure that you can provide a secure, cross-browser web application. By Default, Server-Side-Only development is more secure than any other method out there. https://www.youtube.com/channel/UCKmp3cltVruaBZtGU5VH_Lg
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    TweetBlender

    TweetBlender

    The simplest way to display Twitter content on any screen

    ...That converts a passive crowd to an active one. The flow of tweets can be achieved either automatically or through operator for safe management. * CasparCG server is required for broadcasting http://casparcg.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JSONPlaceholder

    JSONPlaceholder

    A simple online fake REST API server

    ...It provides predictable endpoints for resources like posts, comments, albums, photos, todos, and users with realistic data shapes. Because the data is publicly available and stable, you can build fetch logic, paginate, and render lists while focusing on front-end patterns rather than server plumbing. The API accepts typical HTTP verbs and returns JSON in a consistent format, making it easy to swap with a real server later. It’s widely used in examples, workshops, and automated tests where a dependable dummy service accelerates iteration. With zero setup, it removes a major friction point for learning HTTP clients and front-end data flows.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Rendr

    Rendr

    Render your Backbone.js apps on the client and the server

    Rendr is a small library that allows you to run your Backbone.js apps seamlessly on both the client and the server. Allow your web server to serve fully-formed HTML pages to any deep link of your app, while preserving the snappy feel of a traditional Backbone.js client-side MVC app. We believe there has to be a better way to build rich web apps today. In the last few years, we've seen more of the application moved to the client-side, with JavaScript representations of views, templates, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RUM HTML UI

    RUM HTML UI

    Simple, decomplected, isomorphic HTML UI library for Clojure

    Rum is a simple, “decomplected” HTML UI library that works on both the client and server, giving Clojure/ClojureScript developers a unified way to build interfaces. On the client, it functions as a thin React wrapper in ClojureScript, exposing familiar component patterns with idiomatic data-driven code. On the server, it generates static HTML from Clojure so the same component concepts can render outside the browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    Flight

    Flight

    A component-based, event-driven JavaScript framework from Twitter

    ...Flight is distinct from existing frameworks in that it doesn't prescribe or provide any particular approach to rendering or providing data to a web application. It's agnostic to how requests are routed, which templating language you use or even if you render your HTML on the client or the server. While some web frameworks encourage developers to arrange their code around a prescribed model layer, Flight is organized around the existing DOM model with functionality mapped directly to DOM nodes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    EDK - Extensible Development Kit
    A multiplataform development kit 2D for Linux G++ and Windows MinGW. features: 2D render with OpenGL. Clock and FPS control. Multithread WIndows and Linux. Templated Binary Tree. Network TCP/UDP SERVER/CLIENT. SQL using SQLite. Áudio 2D and 3D using SFML. View Based Render. 2D Shape Render. Animation with interpolation Line/Curve. 2D Bones with IK and BVH loader. Physics 2D using Box2D. Tile Set and Tile Map.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    EJS

    EJS

    Embedded JavaScript templates for node

    ...You write templates using <% %> scriptlet tags, <%= %> for output, and you can include other templates, pass data, and control flow with loops and conditionals. It’s fast because it compiles templates to JavaScript functions and caches them by default, so subsequent rendering is efficient. EJS supports both server-side render (in Node/Express) and client-side use in the browser, making it versatile for universal apps. Because you’re using raw JS, debugging is simple—the errors are standard JS stack traces with template line numbers included. While it doesn’t impose a rigid structure (you’re free to organize templates however you like), it works reliably and is simple to adopt.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    This is a distributed rendering server/client for Blender written in PHP to facilitate rendering across multiple machines. Little configuration is needed for the setup and only requires Blender, MySQL, and the PHP command line interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Time Warp

    Time Warp

    A little side-scrolling game, written in JAVA.

    Time Warp is a little game by NIPE-SYSTEMS.de It is written in JAVA and OpenGL. At this time it is under construction. To see more informations visit the Homepage of NIPE-SYSTEMS.de
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    LMTH
    The lightweight markup templating helper supports devolopers to create HTML templates prototpyes quickly. The php based application allows to configure views based on different html fragments. Basic tags like one for dummy text output are also available. Custom tags can be set up and integrated easily. LMTH has been used by several front end developers in different digital agencies for the development of HTML/CSS/JS artifacts before they are hand over to backend teams for a code integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    ASP.NET + JQuery Server Controls

    A set of asp jquery server controls with jqui theming + script incl

    This library contains a fair few (some12 or so) asp server controls that render JQuery + UI components as replacements for the standard controls. It utilises embedded script resources using .axd and has all the jquery ui inbuilt themes Some of them have a bit of work to complete but mostly done (odd missing image) The library also has a fair few 'best of breed' jquery plugins for Multi Select, Drop down lists, and image scrollers (from memory Nivo Slider)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    jFeedMe

    jQuery based cross-domain feed subscriber and renderer into HTML

    A simple to use jQuery-based scriptlet that allows you to render HTML within a P tag (can be changed to DIV, SPAN etc with minor modifications) from an RSS/XML feed. It is capable of making cross-domain subscriptions without the need of any server-side support. (overcome single origin policy) Features: 1. Low footprint: compact script - 2.25KB (requires jquery-minimal 1.5+) 2. Ease of use: link the script to your html and add an empty <p id='feedPanel' rssurl='<feed url>' feedcount='<number of items you want to display>'> tag. 3. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    osm2postgresql is a Linux script loading openstreetmap data into a postgresql database setting up if needed a server & database (postgis+hstore). Advanced processing is performed, easing rendering. http://wiki.openstreetmap.org/wiki/Osm2postgresql
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    cutewiki (wikipedia reader)

    cutewiki is wikipedia reader

    cutewiki is wikipedia reader for symbian and meego smartphones. Primarly written in Qt/QML/C++. Makes use of Http/JSON parsing as primary data transfer between client and wiki server. QtWebkit is used to render wikipages. All versions of cutewiki on ovistore can be accessed here: http://store.ovi.com/search?q=cutewiki
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JMMORPG
    Projeto de criação de um mmorpg em Java (Open-Source/Free), tanto no lado Cliente, quanto no lado Servidor. (Autor: Michel P. Montenegro - E-mail: michel.montenegro@gmail.com)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    You want to render an Excel file inside web browsers and allow users to edit information in cells... Workbook Tag has been designed to simplify this scenario. MSOffice is not required ! Ajax interact with server (Excel, Editor, Tag, HTML Converter, JSP)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Server-client apps that can access DCM4CHEE Dicom images using WADO. The client has an image viewer that is capable of render 2D, 3D and MPR images from DICOM datasets. Based on DCM4CHE and ImageJ. Download Turyon Client and Server (View all files)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Python based application to render in background Blender projects (still images or animation). It provides also a server for remote control such as checking the render status or cancel/submit new jobs. Msi available for windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A web page that allows you create templates for the display of your PI Server data. The page will examine your template for a connection string, tags and formating then render you a web page. Required: An ASP.NET webserver and OSISoft's OLEDB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PyML server (Python Markup Language) is a content management framework. Page contents are written in pure Python, Python objects can be created and used to render HTML for remote browsers. PyML has been developped to be very simple and easy to use.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB