Suggested Categories:

School Safety Software
School safety software is a digital platform designed for educational institutions (K-12, higher education, and campuses) to prevent, manage, and respond to safety, security, and well-being incidents. It typically covers visitor and access control, student behavior monitoring, emergency notification & lockdown, incident reporting, and analytics on safety trends. Many solutions integrate with campus systems (e.g., student/visitor databases, video surveillance, PA systems) as well as mobile apps for staff and first responders. By centralizing workflow, alerts, and documentation, school safety software helps institutions improve response times, increase situational awareness, enforce policy, and create safer environments. It also supports compliance with standards, drills, audits and after-incident reviews.
Compliance Training Software
Compliance training software enables organizations to train their workforce on various topics such as anti-harassment, ethics, workplace safety, diversity and inclusion, financial fraud, and more. Compliance training programs, also known as compliance learning management systems (LMS), help companies improve their workplace and remain compliant with HR regulations.
Web Servers
Web servers, also known as HTTP servers, are servers that host websites and web applications. Web servers are the backbone of all sites and web apps on the internet. Many popular web servers are open source. Different web servers have advantages and disadvantages when compared to one another, and selecting the right one depends on use case, deployment, operating system, and more.
Proxy Servers
Proxy servers act as intermediaries between a user's device and the internet, routing online requests through an external server. They mask the user's IP address, enhancing privacy, anonymity, and security while browsing. Proxy servers are commonly used for web scraping, content access control, and bypassing geo-restrictions on region-locked websites. They can be categorized into different types, including data center proxies, residential proxies, ISP proxies, and mobile proxies, each with distinct features and use cases. By filtering, caching, and encrypting data, proxy servers improve browsing speed, reduce bandwidth usage, and protect users from online threats.
Gymnastics Software
Gymnastics software is software for gymnastics clubs, coaches, and organizations to manage their operations, training, and competitions. These platforms often include features like scheduling, attendance tracking, athlete management, progress tracking, and score management for competitions. Gymnastics software can help coaches create personalized training plans, monitor skill development, and track individual athlete performance over time. Additionally, the software may offer tools for registration, payment processing, and communication with athletes and parents. It streamlines administrative tasks, improves organization, and enhances the overall experience for athletes and coaches.
Fire Department Software
Fire department software helps fire stations manage incident reporting, personnel scheduling, equipment tracking, and overall operational readiness. It streamlines workflows such as dispatch coordination, training management, hydrant inspections, and response documentation. Many platforms integrate with CAD systems and provide mobile access so firefighters can quickly retrieve critical information in the field. The software also supports compliance reporting, analytics, and performance reviews to help departments meet regulatory requirements and improve service outcomes. Overall, fire department software enhances communication, efficiency, and safety for emergency response teams.
Skills Management Software
Skills management software enables organizations to identify, monitor, track, and analyze the skills and skillsets of their workforce. These platforms typically include features for skill assessments, employee skill inventories, training and development tracking, and skills gap analysis. Skills management software allows HR teams and managers to identify skill shortages, match employees with appropriate projects, and create personalized learning and development plans. It also helps organizations align their workforce's capabilities with business objectives, ensuring they have the right skills for current and future needs.
Network Troubleshooting Software
Network troubleshooting software enables the optimization of network issue identification through analysis, testing and functional solution implementation.
Application Development Software
Application development software is a type of software used to create applications and software programs. It typically includes code editors, compilers, and debuggers that allow developers to write, compile, and debug code. It also includes libraries of pre-written code that developers can use to create more complex and powerful applications.
  • 1
    HttpMaster
    HttpMaster is a debugging and testing tool for various HTTP applications with special focus on web APIs and RESTful web services. Key features: - HttpMaster project to store complete definition of HTTP calls in one single place. - Broad set of HTTP properties (HTTP headers, URL encoding, etc.). - Dynamic parameters to simulate variations of input data or create global API values
    Starting Price: Starting from $69
  • 2
    HttpWatch

    HttpWatch

    Neumetrix

    ...Anyone can use the free Basic Edition to send you full log files to help you remotely diagnose errors or performance issues. Use the HttpWatch API to collect performance data from your automated website tests. HttpWatch integrates with Chrome, Edge and Internet Explorer browsers to show you the HTTP and HTTPS traffic that is generated when you access a web page. Select a request in HttpWatch and everything you need to know is display in a tabbed window.
    Starting Price: $395 one-time payment
  • 3
    Fiddler

    Fiddler

    Progress Software

    Capture all HTTP(S) traffic between your computer and the Internet with Telerik Fiddler HTTP(S) proxy. Inspect traffic, set breakpoints, and fiddle with requests & responses. Fiddler Everywhere is a web debugging proxy for macOS, Windows, and Linux. Capture, inspect, monitor all HTTP(S) traffic between your computer and the Internet, mock requests, and diagnose network issues.
    Starting Price: $12 per user per month
  • 4
    requests

    requests

    Python Software Foundation

    Requests is a simple, yet elegant, HTTP library. Requests allows you to send HTTP/1.1 requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your PUT & POST data, but nowadays, just use the JSON method! Requests is one of the most downloaded Python packages today, pulling in around 30M downloads/week, according to GitHub, Requests is currently depended upon by 1,000,000+ repositories.
    Starting Price: Free
  • 5
    urllib3

    urllib3

    urllib3

    urllib3 is a powerful, user-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries. Thread safety, connection pooling, client-side TLS/SSL verification. File uploads with multipart encoding. Helpers for retrying requests and dealing with HTTP redirects.
    Starting Price: Free
  • 6
    HTTP Toolkit

    HTTP Toolkit

    HTTP Toolkit

    ...Precisely match requests, jump to them when they appear, and edit anything: the target URL, method, headers or body. Manually respond directly to requests as they arrive, or pass them upstream, and pause & edit the real response on the way back. Step through HTTP traffic request by request, or manually mock endpoints and errors. Create rules to match requests and respond with your own content, to quickly prototype against new endpoints or services.
    Starting Price: Free
  • 7
    Thinfinity Workspace

    Thinfinity Workspace

    Cybele Software, Inc.

    ...This robust approach doesn't require client-side installations, firewall modifications, or the opening of inbound ports on your network, thereby enhancing the security infrastructure of your business. The platform ensures all browser-based connections are secured over HTTPS, offering a wide variety of authentication options, from straightforward User/Password to sophisticated Active Directory authentication.
  • 8
    Unirest
    Unirest is a set of lightweight HTTP libraries available in multiple languages, built and maintained by Kong, who also maintains the open-source API Gateway Kong. To utilize Unirest for node.js install the npm module. You're probably wondering how using Unirest makes creating requests easier. Besides automatically supporting gzip, and parsing responses, you can start with basic examples.
    Starting Price: Free
  • 9
    Dropwizard

    Dropwizard

    Dropwizard

    ...Because this functionality is extracted into a reusable library, your application remains lean and focused, reducing both time-to-market and maintenance burdens. Because you can’t be a web application without HTTP, Dropwizard uses the Jetty HTTP library to embed an incredibly tuned HTTP server directly into your project.
    Starting Price: Free
  • 10
    Nancy

    Nancy

    Nancy

    Welcome to Nancy, our main inspiration is the Sinatra framework for Ruby and, hence, Nancy was named after the daughter of Frank Sinatra. NancyFx is the name of the umbrella project that contains all the components. Nancy is a lightweight, low-ceremony, framework for building HTTP-based services on .NET and Mono. The goal of the framework is to stay out of the way as much as possible and provide a super-duper-happy path to all interactions. This means that everything in Nancy is setup to have sensible defaults and conventions, instead of making you jump through hoops and go through configuration hell just to get up and running. ...
    Starting Price: Free
  • 11
    APIFuzzer
    APIFuzzer reads your API description and step-by-step fuzzes the fields to validate if your application can cope with the fuzzed parameters, and it does not require coding. Parse API definition from a local file or remote URL. JSON and YAML file format support. All HTTP methods are supported. Fuzzing of the request body, query string, path parameter, and request header is supported. Relies on random mutations and supports CI integration. Generate JUnit XML test report format. Send a request to an alternative URL. Support HTTP basic auth from the configuration. Save the report of the failed test in JSON format into the pre-configured folder.
    Starting Price: Free
  • 12
    Enterprise Universal ERP API
    Enterprise Universal ERP API is a complete HTTP REST API with hundreds of accounting & ERP functions that you can use to add accounting and ERP functionality to your own applications! All basic Accounting and ERP functionality is included and made available via API calls! GL, AR, AP, OE, Inv, Warehousing, CRM, MRP, and ECommerce calls included. Since the Enterprise ERP API is implemented in stored procedures, and can be called either directly or via HTTP REST, ANY LANGUAGE or PLATFORM can be used to access the ERP business logic! ...
    Starting Price: $999.99 One Time
  • 13
    LiteSpeed Web Server

    LiteSpeed Web Server

    LiteSpeed Technologies

    ...Conserve capital by reducing the number of servers needed to support your growing hosting business or online application. Reduce complexity by eliminating the need for an HTTPS reverse proxy or additional 3rd party caching layers. LiteSpeed Web Server is compatible with all popular Apache features including its Rewrite Engine and ModSecurity, and can load Apache configuration files directly.
  • 14
    ServBay

    ServBay

    ServBay

    ...It can configure a web development environment and programming languages in one click within 3 minutes, without any third-party dependencies. ServBay natively supports HTTP/2 and HTTP/3, as well as the latest PHP 8.4. ServBay is equipped with a powerful management interface (GUI), allowing developers to quickly install, upgrade, and switch between different versions of services. With modular combinations, developers can stack and replace various services like building Lego blocks, simulating diverse development environments to meet rapid development needs. ...
    Starting Price: $0
  • 15
    Swoole

    Swoole

    Swoole

    Powering the next-generation microservices and applications. Build high-performance, scalable, concurrent TCP, UDP, Unix Socket, HTTP, GRPC services with PHP and easy-to-use coroutine, fibers API. Write your next scalable async application with PHP coroutines and fibers. Compared with other async programming frameworks or software such as Nginx, Tornado, and Node.js, Swoole is a complete async solution that has built-in support for async programming via fibers/coroutines, a range of multi-threaded I/O modules (HTTP server, GRPC, process pools) and support for popular PHP clients like PDO for MySQL, Redis, and CURL. ...
    Starting Price: Free
  • 16
    Newired

    Newired

    Newired

    Newired empowers companies to guide users to resources and answers on virtually any web application, by making the user learn and perform on the go. We shall not forget that digital is, first and foremost, for people. -Newired makes technology and software more accessible, replacing any disconnected documentation, tutorial, or training with contextual in-place guidance and support. -Newired guides users with in-place help so they can learn by doing until they comprehend it and are...
    Starting Price: $ 6,480 per year
  • 17
    Gogs

    Gogs

    Gogs

    ...Gogs is 100% open source and free of charge. All source code is available under the MIT License on GitHub. User dashboard, user profile, and activity timeline. Access repositories via SSH, HTTP, and HTTPS protocols. User, organization, and repository management. Repository and organization webhooks, including Slack, Discord, and Dingtalk. Repository Git hooks, deploy keys, and Git LFS. Repository issues, pull requests, wiki, and protected branches.
    Starting Price: Free
  • 18
    Bamboo

    Bamboo

    Atlassian

    Bamboo offers first-class support for the "delivery" aspect of continuous delivery. Deployment projects automate the tedium right out of releasing into each environment, while letting you control the flow with per-environment permissions.
    Starting Price: $10 for up to 10 jobs
  • 19
    Gerrit Code Review
    Read old and new versions of files with syntax highlighting and colored differences. Discuss specific sections with others to make the right changes. Gerrit includes Git-enabled SSH and HTTPS servers compatible with all Git clients. Simplify management by hosting many Git repositories together. Schedule git gc over all managed repositories and replicate to geographical mirrors for latency reduction and backup servers for hot spare redundancy. Gerrit Code Review can be extended and further customized by installing server-side plugins. ...
  • 20
    OpenAPI Generator

    OpenAPI Generator

    OpenAPI Generator

    ...By automating the creation of boilerplate code, OpenAPI Generator reduces development time and ensures consistency in API interactions. It allows teams to focus on implementing business logic rather than dealing with repetitive tasks like data serialization, deserialization, and HTTP request handling. The tool is widely used in API-driven development, enabling seamless integration of third-party services and simplifying the process of keeping API consumers and providers in sync.
    Starting Price: Free
  • 21
    SOOMLA

    SOOMLA

    SOOMLA

    SOOMLA addresses the information gap for mobile app publishers who use in-app advertising. Our platform allows app marketers to measure user level ad LTV, attribute ad revenue to marketing activity and target ad whales via various marketing channels. Furthermore, monetization teams can use our platform to evolve a data-driven approach to optimizing their ad inventory. Finally, we provide raw data access that allows the entire organization to make better decisions.
    Starting Price: $999 per month
  • 22
    SiteStudio

    SiteStudio

    SiteStudio

    Add value to your internet service by providing your customers with the industry's leading browser-based solution for website design and construction. With SiteStudio, your users need not know anything about FTP, HTML, Telnet, HTTP, or imaging software. If they can surf the Internet, they can build their own professionally looking website. Your customers will appreciate the ease and speed with which they can build their website, and the ease with which they can change just about any aspect of it. With different layouts and color schemes, dozens of designs are available in SiteStudio, and because of its flexible nature, many more can be added later. ...
  • 23
    Kallithea

    Kallithea

    Kallithea

    ...You can install Kallithea on your own server and host repositories for the version control system of your choice. Supports both Mercurial and Git wire protocols, accessible over HTTPS and SSH. A powerful access management system lets you decide who has access to the repository, and what operations they’re entitled to do. All requests are authenticated and logged, giving the administrator an ability to review users’ activity. Kallithea supports LDAP, making it easy to use your existing authentication system. You can integrate your instance with an issue tracker of your choice using the JSON-RPC API and the extensions interface.
  • 24
    Zulu Enterprise

    Zulu Enterprise

    Azul Systems

    Azul Zulu is a 100% open source, fully standards-compliant Java Development Kit (JDK) and runtime platform with flexible pricing and support plans, no proprietary licenses or field of use restrictions, timely security updates, and the industry’s best support from Azul’s globally-distributed support team. The level of support is extremely important to many customers, as one survey respondent, a VP of Global Information Security, explained: “One of the big benefits of Zulu is its strong...
    Starting Price: Up to 5 Desktops $112.5 USD/year
  • 25
    Apache Mesos

    Apache Mesos

    Apache Software Foundation

    ...Native support for launching containers with Docker and AppC images.Support for running cloud native and legacy applications in the same cluster with pluggable scheduling policies. HTTP APIs for developing new distributed applications, for operating the cluster, and for monitoring. Built-in Web UI for viewing cluster state and navigating container sandboxes.
  • 26
    Express

    Express

    OpenJS Foundation

    Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy. Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love. Express has no notion of a database. This concept is left up to third-party Node modules, allowing you to interface with nearly any database. ...
    Starting Price: Free
  • 27
    Rustless

    Rustless

    Rustless

    ...It has built-in support for common conventions, including multiple formats, subdomain/prefix restriction, content negotiation, versioning, and much more. Rustless in a port of Grape library from Ruby world. Based on hyper, an HTTP library for Rust. Like Rust itself, Rustless is still in the early stages of development, so don't be surprised if APIs change and things break. If something's not working properly, file an issue or submit a pull request! Rustless is based on Iron, which is based on Hyper, which is synchronous. Hyper has a lot of limitations right now, and can't handle many simultaneous connections, especially with keep-alive. ...
    Starting Price: Free
  • 28
    Awesome Fuzzing
    ...Conference talks and tutorials, blogs, tools that help in fuzzing applications, and fuzzers that help in fuzzing applications that use network-based protocols like HTTP, SSH, SMTP, etc. Search and pick the exploits, that have respective apps available for download, and reproduce the exploit by using the fuzzer of your choice. Set of tests for fuzzing engines. Includes different well-known bugs. A corpus, including various file formats for fuzzing multiple targets in the fuzzing literature.
    Starting Price: Free
  • 29
    FuzzDB

    FuzzDB

    FuzzDB

    ...These patterns, categorized by the attack and where appropriate platform type, are known to cause issues like OS command injection, directory listings, directory traversals, source exposure, file upload bypass, authentication bypass, XSS, HTTP header crlf injections, SQL injection, NoSQL injection, and more. For example, FuzzDB catalogs 56 patterns that can potentially be interpreted as a null byte and contains lists of commonly used methods and name-value pairs that trigger debug modes.
    Starting Price: Free
  • 30
    Wfuzz

    Wfuzz

    Wfuzz

    ...Wfuzz is based on the simple concept that it replaces any reference to the fuzz keyword with the value of a given payload. A payload in Wfuzz is a source of data. This simple concept allows any input to be injected in any field of an HTTP request, allowing it to perform complex web security attacks in different web application components such as parameters, authentication, forms, directories/files, headers, etc. Wfuzz’s web application vulnerability scanner is supported by plugins. Wfuzz is a completely modular framework and makes it easy for even the newest Python developers to contribute. ...
    Starting Price: Free
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next