Showing 26 open source projects for "localhost"

View related business solutions
  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 1
    Vercel

    Vercel

    Optimal workflow for frontend teams

    Vercel combines the best developer experience with an obsessive focus on end-user performance. Our platform enables frontend teams to do their best work. Developers love Next.js, the open source React framework Vercel built together with Google and Facebook. Next.js powers the biggest websites like Twilio, for use cases in e-commerce, travel, news, and marketing. Vercel is the best place to deploy any frontend app. Start by deploying with zero configuration to our global edge network. Scale...
    Downloads: 40 This Week
    Last Update:
    See Project
  • 2
    Bot Framework Emulator

    Bot Framework Emulator

    Locally test and debug chat bots built with the Bot Framework SDK

    Bot Framework Emulator is a desktop application that allows bot developers to test and debug bots, either locally or remotely. Using the Emulator, you can chat with your bot and inspect the messages that your bot sends and receives. The Emulator displays messages as they would appear in a web chat UI and logs JSON requests and responses as you exchange messages with your bot. Before you deploy your bot to the cloud, run it locally and test it using the Emulator. You can test your bot using...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 3
    PokeAPI

    PokeAPI

    The Pokémon API

    This is a full RESTful API linked to an extensive database detailing everything about the Pokémon main game series. We've covered everything from Pokémon to Berry Flavors. We have awesome documentation on how to use this API. It takes minutes to get started. This API will always be publicly available and will never require any extensive setup process to consume. Each time the build script is run, it will iterate over each table in the database, wipe it, and rewrite each row using the data...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    cdebug

    cdebug

    A swiss army knife of container debugging

    A swiss army knife of container debugging. Execute commands or start interactive shells in scratch, slim, or distroless containers, with ease. The cdebug exec command is a crossbreeding of docker exec and kubectl debug commands. You point the tool at a running container, say what toolkit image to use, and it starts a debugging "sidecar" container that feels like a docker exec session to the target container.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The ultimate digital workspace. Icon
    The ultimate digital workspace.

    Axero Intranet is an award-winning intranet and employee experience platform.

    Hundreds of companies and millions of employees use Axero’s intranet software to communicate, collaborate, manage tasks and events, organize content, and develop their company culture.
    Learn More
  • 5
    DevSpace

    DevSpace

    The Fastest Developer Tool for Kubernetes

    Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes. DevSpace is an open-source developer tool for Kubernetes that lets you develop and deploy cloud-native software faster. DevSpace is a very lightweight, client-only CLI tool which uses your current kube-context, just like kubectl or helm. It does not require you to install anything inside your cluster and works out of the box with every Kubernetes cluster. Builds all images in parallel using...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    SiteOne Crawler

    SiteOne Crawler

    SiteOne Crawler is a website analyzer and exporter

    SiteOne Crawler is a very useful and easy-to-use tool you'll ♥ as a Dev/DevOps, website owner or consultant. Works on all popular platforms - Windows, macOS, and Linux (x64 and arm64 too). It will crawl your entire website in depth, analyze and report problems, show useful statistics and reports, generate an offline version of the website, generate sitemaps, or send reports via email. Watch a detailed video with a sample report for Astro. build website. This crawler can be used as a...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Mongoid

    Mongoid

    Ruby ODM framework for MongoDB

    ...Mongoid is customarily configured through a mongoid.yml file that specifies options and clients. The simplest configuration is as follows, which configures Mongoid to talk to a MongoDB server at “localhost:27017” and use the database named “mongoid”. If you are not using Ruby on Rails, Mongoid configuration must be loaded manually. This can be done via the Mongoid.load! method, which takes the configuration file path as its argument. It is also possible to configure Mongoid directly in Ruby, without using a configuration file. This configuration style does not support the concept of environments - whatever configuration is provided, it is applied to the current environment, but it does support defining multiple clients.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Okteto

    Okteto

    Develop your applications directly in your Kubernetes Cluster

    Kubernetes has made it very easy to deploy applications to the cloud at a higher scale than ever, but the development practices have not evolved at the same speed as application deployment patterns. Today, most developers try to either run parts of the infrastructure locally or just test these integrations directly in the cluster via CI jobs, or the docker build/redeploy cycle. It works, but this workflow is painful and incredibly slow. Okteto accelerates the development workflow of...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    k8s-graceful-shutdown

    k8s-graceful-shutdown

    The library provides the resources to implement graceful shutdown

    ...Upon sending a SIGINT or SIGTERM signal, the user can see that a grace period of 5 seconds after which a waiting async operation of 3 seconds takes place, and only then the message 'shutdown after graceful period' indicate the closing of the server will be displayed. The app also showcases the functionality of the "getHealthHandler". Upon requesting localhost:3000/health, the healthTest will return true and the message 'everything is great' indicating a positive health check should be displayed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Software for Complex Engineering, Assembly, Testing, and Operations Icon
    Software for Complex Engineering, Assembly, Testing, and Operations

    Built for Space; Powerful Enough for Any Operation

    Epsilon3 is an AI-powered procedure and resource management tool designed for teams building, testing, and operating advanced products and systems.
    Learn More
  • 10
    Bert Server

    Bert Server

    All-purpose REST API mock-up server for front-end developers.

    ...It allows for immediate testing and development without the need to wait for server developers to complete their work. Upon launching Bert Server (as a Windows desktop application), a local REST API server becomes available at http://localhost:5001. Users can make any REST API request (POST or GET) to any desired route. Bert Server records logs of all requests made and allows for defining custom responses for specific routes. Bert Server includes a small HTTP server serves static html files and automatic generated REST API server from your MySQL database. Just after setting up MySQL connection string, you can use it as a REST API server providing CURD APIs of your MySQL database.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    mkcert

    mkcert

    Zero-config tool to make locally trusted development certificates

    ...It requires no configuration. Using certificates from real certificate authorities (CAs) for development can be dangerous or impossible (for hosts like example.test, localhost or 127.0.0.1), but self-signed certificates cause trust errors. Managing your own CA is the best solution, but usually involves arcane commands, specialized knowledge and manual steps. mkcert automatically creates and installs a local CA in the system root store, and generates locally-trusted certificates. mkcert does not automatically configure servers to use the certificates, though, that's up to you. ...
    Downloads: 139 This Week
    Last Update:
    See Project
  • 12
    DECK

    DECK

    DECK is a powerful and high performant local web development studio

    DECK is a powerful and high-performing local web development studio unlike any other, install & try out more than 40+ open source stacks. Create any number of development environments right from your localhost. DECK's integrated marketplace lets you spin up stacks with just a click of a button. Popular web technologies such as LAMP, LEMP, MERN, MEAN, Laravel, Symfony, WordPress, Magento & many more are available out of the box. DECK's inbuilt SSL engine powered by LetsEncrypt and a supercharged proxy layer enables full HTTPS on localhost apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Raspbian WebServer

    Raspbian WebServer

    Raspberry Web Server OS Raspbian Stretch / 9

    .../zram.sh sudo sed -i 's#^exit 0$#sudo /home/pi/zram.sh#' /etc/rc.local; echo exit 0 | sudo tee -a /etc/rc.local Rasbian SSH: Username : pi Password : raspberry Webmin (Administrator Web Server): (https://localhost:10000) Username : pi Password : raspberry Phpmyadmin : (http://localhost/phpmyadmin) Username : root Password : raspberry
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    PHP Code to Send SMS to Mobile

    This PHP Code Will Allows You to Send SMS to Mobile via Website

    This PHP Code Will Allows You to Send SMS to Mobile via Website or Localhost. You Can Use This Script to Intigrate SMS Functionality to Your Mobile Application, Web Application, Verification Process, Etc. The Script is Very Simple to Use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Gui Multi XAMPP

    Gui Multi XAMPP

    GUI pour multi versions XAMPP (serveur local LAMPP)

    ...Après installation d'une version de XAMPP, un simple lancement de GUI MULTI XAMPP permet de la répertorier, une autre version de XAMPP peut alors être installée, etc. L'interface graphique permet de sécuriser, démarrer / stopper XAMPP, lancer le manager, voir les fichiers du répertoire XAMPP, naviguer sur localhost, passer d'une version de XAMPP à l'autre.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 16
    Generator express

    Generator express

    An express generator for Yeoman, based on the express command line

    ...Install the generator globally: npm install -g generator-express. Run: yo express and select Basic. Add --coffee if you require CoffeeScript. Run: grunt or gulp to run the local server at localhost:3000, the grunt/gulp tasks include live reloading for views, css in public/css and restarting the server for changes to app.js or js in routes/. Contributors are welcome, please fork and send pull requests! If you have any ideas on how to make this project better then please submit an issue.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    VDMPad

    VDMPad

    a simple Web IDE for VDM-SL

    VDMPad is a simple Web IDE server for VDM-SL based upon VDMJ and Squeak Smalltalk. You can launch a VDMPad Server on your Mac or Linux PC and open "http://localhost:8085" with your browser. Although VDM does NOT run on Windows platforms, you can use Windows/iOS/Android devices to open VDMPad running on Mac or Linux server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    OpenPatientOS

    OpenPatientOS

    OpenPatientOS is an information system for managing patient records

    ...How to install: i. Simply import the database dump from the database folder to create the necessary tables for the system to run. You can use either phpMyAdmin for localhost; Microsoft SQL Server; or simply Query Browser for MySQL. Other database environments have not been tested hence I don't guarantee their adaptability. ii. Run and Build the system in NetBeans IDE 7.0. Other IDEs have not been tested for this system. A more stable and installable version will be released soon. iii. Please rate the system and leave comments or reviews. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 19

    Customsite framework Example

    Framework to build custom sites in php language.

    ...@see INSTALL @14 March 2013 - customsite framework 0.6.1 After several months away I did some updates and cleaned up the script. Install database, configure config.xml and router.xml, and type in your browser http://localhost/helloworld -------------------------------------------------------------------- Simple Framework to help programmers to build easy and simple custom sites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    jShopDesktop

    Program software sales product of minishop

    develop by JAVA language database MySQL for Small businesses shop and Calculated price product, costs, salary Manager data ect. this is a Open Source project free download and customise code no license you can develop and selling, support commercial. if have problem or donate to me you can visit me at zomjeeb@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PHP-Edit

    PHP-Edit

    Lite weight editor designed to allow basic editing of text file.

    This program is completely stand alone (150 lines of code). A filename may be passed so the editor will open with it's contents or it can be used without a filename and a default filename will be assigned that may be changed before saving text. For security reasons, no provision has been made to allow saving to another directory. Future additions may include the capability to save to a sub directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    WOW GM Tool by OdinSoft

    Manage your WOW P-Server from everywhere

    With that tool you can manage your server from everywhere. This is only the Eval-Version, you can ONLY USE IT ON LOCALHOST. But you can buy the Fullversion of that tool and remote administrate you WOW P-Server from everywhere. Feel free to contact me: d.richter96@gmx.de
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Generate simple JUnit / HTMLUnit test classes/cases on the fly. Specify: a website (e.g. localhost/mypage.html). a xPath (e.g. //body/div[1]) Output: a JUnit test class with elementary HTMLUnit tests for all html elements within the specified domNode
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    BugLite
    New release 1/20/2011 - Intuitive and simple web server (or localhost) based bug tracking & reporting system. Uses PHPs built-in SQLite3, no MySql required. Supports any OS with browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    For fast notes in your browser, an electronic cardbox system, a database, with reports on subjects and time . Pure and simple. With newLISP as a localhost.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next