Showing 34 open source projects for "framework server"

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.
  • Propelling Payments for Software Platforms Icon
    Propelling Payments for Software Platforms

    For SaaS businesses to monetize payments through its turnkey PayFac-as-a-Service solution.

    Exact Payments delivers easy-to-integrate embedded payment solutions enabling you to rapidly onboard merchants, instantly activate a variety of payment methods and accelerate your revenue — delivering an end-to-end payment processing platform for SaaS businesses.
  • 1
    Acl

    Acl

    A powerful server and network library, including coroutine

    The Acl (Advanced C/C++ Library) project a is powerful multi-platform network communication library and service framework, supporting LINUX, WIN32, Solaris, FreeBSD, MacOS, AndroidOS, iOS. Many applications written by Acl run on these devices with Linux, Windows, iPhone and Android and serve billions of users. There are some important modules in Acl project, including network communcation, server framework, application protocols, multiple coders, etc. The common protocols such as HTTP/SMTP/ICMP...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    uvicorn

    uvicorn

    An ASGI web server, for Python

    Uvicorn is an ASGI web server implementation for Python. Until recently Python has lacked a minimal low-level server/application interface for async frameworks. The ASGI specification fills this gap, and means we're now able to start building a common set of tooling usable across all async frameworks. Uvicorn currently supports HTTP/1.1 and WebSockets.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    remix-koa-adapter

    remix-koa-adapter

    Koa request server handler for Remix

    This is a server adapter for using Koa with the Remix framework. It is more or less a straightforward port of @remix-run/express. The package exports a Remix server adapter with a createRequestHandler function. For more information on using Remix server adapters, please refer to the Remix documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Sanic

    Sanic

    Async Python 3.6+ web server/framework

    Build fast, run fast with Sanic! Sanic is a Python 3.6+ web server and web framework designed to go fast. It provides a way to get a highly performant HTTP server up and running fast, while also making it easy to build, expand, and eventually scale. Sanic aspires to be as simple as possible while delivering the performance that you require. It allows the usage of the async/await syntax added in Python 3.5, so your code is guaranteed to be non-blocking and speedy. It's also ASGI compliant, so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 5
    EmbedIO

    EmbedIO

    A tiny, cross-platform, module based web server for .NET

    A tiny, cross-platform, module based, MIT-licensed web server for .NET Framework and .NET Core. Written entirely in C#, using our helpful library SWAN. Network operations use the async/await pattern: Responses are handled asynchronously. Multiple implementations support: EmbedIO can use Microsoft HttpListener or internal Http Listener based on Mono/websocket-sharp projects. Cross-platform: tested on multiple OS and runtimes. From Windows .NET Framework to Linux MONO. Extensible: Write your own...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Akka HTTP

    Akka HTTP

    The Streaming-first HTTP server/module of Akka

    The Akka HTTP modules implement a full server- and client-side HTTP stack on top of akka-actor and akka-stream. It’s not a web framework but rather a more general toolkit for providing and consuming HTTP-based services. While interaction with a browser is of course also in scope it is not the primary focus of Akka HTTP. Akka HTTP follows a rather open design and many times offers several different API levels for “doing the same thing”. You get to pick the API level of abstraction that is most...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    socketify.py

    socketify.py

    Bringing Http/Https and WebSockets High Performance servers for PyPy3

    Socketify.py is a reliable, high-performance Python web framework for building large-scale app backends and microservices. With no precedents websocket performance and a really fast HTTP server that can delivery encrypted TLS 1.3 quicker than most alternative servers can do even unencrypted, cleartext messaging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    RoadRunner

    RoadRunner

    High-performance PHP application server, process manager written in Go

    RoadRunner is an open-source (MIT licensed) high-performance PHP application server, load balancer, and process manager. It supports running as a service with the ability to extend its functionality on a per-project basis. RoadRunner includes PSR-7/PSR-17 compatible HTTP and HTTP/2 server and can be used to replace classic Nginx+FPM setup with much greater performance and flexibility. RoadRunner can be installed and used in production right away for even the biggest applications under constant...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Reactor Netty

    Reactor Netty

    TCP/HTTP/UDP/QUIC client/server with Reactor over Netty

    Reactor Netty offers non-blocking and backpressure-ready TCP/HTTP/UDP/QUIC clients & servers based on Netty framework. With Gradle from repo.spring.io or Maven Central repositories (stable releases only). Reactor is a fourth-generation reactive library, based on the Reactive Streams specification, for building non-blocking applications on the JVM. Reactor is fully non-blocking and provides efficient demand management. It directly interacts with Java's functional API, CompletableFuture, Stream...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage Properties Better For Free Icon
    Manage Properties Better For Free

    For small to mid-sized landlords and property managers

    Innago is a free and easy-to-use property management solution. Whether you have 1 unit or 1000, student housing, or commercial properties, Innago is built for you. Our software is designed to save you time and money, so you can spend more time doing the things that matter most.
  • 10

    webrahmen

    Small C++ embedded web server framework

    Small C++ embedded web server framework. Create a web server by deriving the framework class and overloading get(), post() ....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    GraphQL HTTP Server Middleware

    GraphQL HTTP Server Middleware

    Create a GraphQL HTTP server with Express

    Create a GraphQL HTTP server with any HTTP web framework that supports connect styled middleware, including Connect itself, Express and Restify. This module includes a TypeScript declaration file to enable auto complete in compatible editors and type information for TypeScript projects. Use .get or .post (or both) rather than .use to configure your route handler. If you want to show GraphiQL in the browser, set graphiql, true on your .get handler. An optional function for adding additional...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Swifter

    Swifter

    Tiny http server engine written in Swift programming language

    Tiny http server engine written in Swift programming language. Lands on CocoaPods and others. Supports the latest non-beta Xcode and SPM. Stable. Stable branch plus experimental web-framework layer. Next version of Swifter (async IO).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Just-API

    Just-API

    Test REST, GraphQL APIs

    Just-API is a declarative, specification-based test framework for REST, GraphQL APIs. Users can test APIs without writing code, but they can also tap into code when they want to. It reads API test specifications from YAML files and runs them in serial/parallel mode. Test reports can be generated in several formats including HTML and JSON. In simple terms, users build a test suite by providing a set of request and response validation specification in a YAML file. Each suite can have one or more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Curl ORB for java
    Curl ORB is to comunicate between Curl and server side java. It can generate Curl source code from POJO which stands for Plain Old Java Object, and invoke the java methods on server side from Curl application.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    jReflectServer

    A lightweight Java HTTP server and webservice-framework

    jReflectServer is a very small, lightweight and super easy-to-use java web-server and -framework for creating (distributed) pure java web-applications, webservices and small websites. jReflectServer is able to randomly forward requests to a cluster of remote server nodes. For this distributed code execution no special code is needed. A distributed session can be used to share data between the server instances. Due to its small footprint, it's also perfect for embedded hardware like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Simplified Http

    Simplified Http

    Simple scala wrapper for HttpURLConnection. OAuth included

    Simple scala wrapper for HttpURLConnection. OAuth included. This is a fully featured http client for Scala which wraps java.net.HttpURLConnection. The library is thread safe. HttpRequest and HttpResponse are immutable. So it should be easy to wrap in an execution framework of your choice. If you're including this in some other public library. Do your users a favor and change the fully qualified name so they don't have version conflicts if they're using a different version of this library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Joseki: The Jena RDF Server. Joseki is a server for publishing RDF models on the web. Models have URLs and they can be access by HTTP GET. Joseki is part of the Jena RDF framework. Jena has moved to Apache: http://jena.apache.org/ Joseki is replaced by Apache Jena Fuseki.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    HttpdBase4J is an embeddable Java web server framework that supports HTTP, HTTPS, templated content and serving content from inside an archive.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project aims to use multithreading in the context of a server-based Web services. This is accomplished by creating a Framework for Multitasking that allows the initialization or , suspension of a task while maintaining the context.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SirVer
    SirVer is an C# Web Server with a script language supported by the Framework .Net and Mono
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Tammi is a JMX-based Java application development framework and run-time container providing a service architecture for J2EE server side Internet applications that are accessible from any device that supports HTTP including mobile (wireless) handsets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Simple server framework using http protocol. Peanut is implemented as a J2EE application so overhead of sessions and network connections are handled elsewhere. Useful for small client / server development or simple rest services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    jWebApp is a Model-View-Controller web application/development framework that can be used in a completely configuration free mode for all your web development needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Not Another Web Server is an extensible Web Server framework, providing a basic Web Server along with a large toolkit of services supporting Bean Shell, Groovy, Python, email, ldap, and much more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Server Framework Objects provides a robust Web Server / Proxy Server, plus an elegant plug-in architecture for adding/modifying services. There is also a collection of utility classes for use with the project, or any Java project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next