Showing 962 open source projects for "client http"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely

    Our computer monitoring software allows employees, field contractors, and freelancers to manually clock in when they begin working on an assignment. The application will take screenshots randomly or at set intervals, which allows employers to observe the work process. The application only tracks activity when the employee is clocked in. No spying, only transparency.
  • 1
    r2

    r2

    HTTP client, spiritual successor to request

    Early in Node.js I wrote an HTTP client library called request. It evolved along with Node.js and eventually became very widely depended upon. A lot has changed since 2010 and I've decided to re-think what a simple HTTP client library should look like. This new library, r2, is a completely new approach from request. Rather than being built on top of the Node.js Core HTTP library and shimmed for the browser, r2 is built on top of the browser's Fetch API and shimmed for Node.js. APIs are meant...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    FreelancerBooks - Project Management

    FreelancerBooks - Project Management

    FreelancerBooks -Project Management for Freelancers and Agencies

    FreelancerBooks is a free, web-based project management system written in PHP with MySQL database back end. FreelancerBooks was initially designed for freelancers and agencies but it can be used for any professional service provider/organization. It will allow the freelancers/managers to have full control of the projects from client lead to completion. Freelancer book features include: Download the latest version from: http://www.freelancerbooks.com 100% Free Cloud Version http...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Simple Client Server Chat Example

    An example of a simple chat system

    ... shows how to exchange and process String over network. This is not sufficient when talking about large applications, but, let's not forget that HTTP uses Strings. The project contains both the Server and the Client. The main method in the Main class does nothing. You must launch the Server (ServerMain) and several instances (or just one) of the Client (ClientMain). To deconnect a client just send "exit".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Easy File Compression

    Easy File Compression

    Client side solution for PC & Browser Firefox to create zip archive

    All client-side solution for PC & Browser Firefox to create zip archive and extract zip and rar archive files with API HTML5 file system. == Browser Extensions == Add-on Firefox: http://mzl.la/1Kd7fiD OS requirements - Windows 7 and later are supported, older operating systems are not supported (and do not work). Both x86 and amd64 (x64) binaries are provided for - - Windows. Please note, the ARM version of Windows is not supported for now. == Installation and Activation == 1...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 5
    OpenSearchServer Search Engine

    OpenSearchServer Search Engine

    An open source search engine with RESTFul API and crawlers

    OpenSearchServer is a powerful, enterprise-class, search engine program. Using the web user interface, the crawlers (web, file, database, etc.) and the client libraries (REST/API , Ruby, Rails, Node.js, PHP, Perl) you will be able to integrate quickly and easily advanced full-text search capabilities in your application: Full-text with basic semantic, join queries, boolean queries, facet and filter, document (PDF, Office, etc.) indexation, web scrapping,etc. OpenSearchServer runs on Windows...
    Downloads: 41 This Week
    Last Update:
    See Project
  • 6
    Pendulum Editor

    Pendulum Editor

    A simple markdown editor for static files (Hugo, Nexo, Jekyll

    A simple editor for markdown/txt files. Supports saving changes into git repositories hosted anywhere (git add, git commit). Docker images and built binaries are provided. Written by @TitPetric and licensed under the permissive WTFPL. As you write or scroll either the text area or the preview pane, the scroll positions are synchronized based on percentage. In the case of images in the text, accuracy can be quite off, but it's possible to improve this behavior in the future. Most of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JXplorer - A Java Ldap Browser

    JXplorer - A Java Ldap Browser

    Mature LDAP, LDIF and DSML client with i18n support.

    A java LDAP client with LDIF support, security (inc SSL, SASL & GSSAPI), translated into many languages (inc. Chinese), online help, user forms and many other features. The commercial version is available at https://jxworkbench.com for $9.95. It extends JXplorer to include: - custom LDAP reporting - to pdf, word etc. - Find and Replace with regexp and attribute substitution - A secure password vault to store directory connections - etc. Support for JXplorer and JXWorkbench...
    Leader badge
    Downloads: 1,134 This Week
    Last Update:
    See Project
  • 8
    Easy-HotSpot

    Easy-HotSpot

    A super easy WiFi hotspot user management utility for Mikrotik router

    Easy HotSpot, A super easy WiFi hotspot user management utility for Mikrotik RouterOS based Router devices and works using the PHP PEAR2 API client by boenrobot. This PHP/MySql/Bootstrap based package can be installed in any supporting OS in a local webserver of the client or in any internet based webservers of choice. Put the contents/source code in the root or in a sub folder of the host/domain, as required. A MySql database need to be created in order to work, but the package...
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 9
    Lanproxy

    Lanproxy

    Intranet penetration tool that proxies local area network computers

    ... http/https/socks5 multiple modes Use the client network proxy to surf the Internet, and easily access the company network at home. Custom domain name ssl certificate, you can also enable automatic application and renewal of ssl certificate for your bound domain name without manual intervention.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Event Management Software Icon
    Event Management Software

    Ideal for conference and event planners, independent planners, associations, event management companies, non-profits, and more.

    YesEvents offers a comprehensive suite of services that spans the entire conference lifecycle and ensures every detail is executed with precision. Our commitment to exceptional customer service extends beyond conventional boundaries, consistently exceeding expectations and enriching both organizer and attendee experiences.
  • 10
    Pulsar framework

    Pulsar framework

    Event driven concurrent framework for Python

    Event-driven concurrent framework for Python. Pulsar's goal is to provide an easy way to build scalable network programs. In the Hello world! webserver example above, many client connections can be handled concurrently. Pulsar tells the operating system (through epoll or select) that it should be notified when a new connection is made, and then it goes to sleep. Pulsar uses the asyncio module from the standard python library and it can be configured to run in multi-processing mode. The http...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Django Material

    Django Material

    Material Design for Django

    Material Design for Django. Django web framework solves only technical problems related to the client-server interaction on top of the stateless HTTP protocol. Model-View-Template separation pattern helps to maintain simple CRUD based logic. Viewflow is the library that offers an additional layer of django web framework, allows explicitly specify people's workflow and extracts collaboration logic from django views. Strong python/html code separation. Easy redefinition of particular fields...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Expense Submittal System

    Expense Submittal System

    Expense reporting system for business

    The Expense Submittal System (ESS) is a Web-based solution for expense reports and expense report processing. ESS provides report entry, approval routing, corporate policy checking, credit card statement importation and report payment. The latest versions allow for a paperless process via receipt scanning and texting.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    coldev

    C/C++ , PHP, PYTHON, 3D ENGINES, CHROME NATIVE CLIENT

    + C/C++ and PHP projects, Python and Others + 3D ENGINES + Videogames Projects based in Bennugd http://www.bennugd.org Web Page https://coldev.sourceforge.io/
    Leader badge
    Downloads: 37 This Week
    Last Update:
    See Project
  • 14
    PW Tools

    PW Tools

    Collection of Tools for Perfect World MMORPG

    A set of tools for viewing/editing some selected perfect world client/server files THIS IS A PRIVATE FORK OF THE ORIGINAL PROJECT FROM 2013-11-29 THE OFFICIAL PROJECT CAN BE FOUND AT: http://pw-tools.googlecode.com
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 15

    TCP Echo Client Server

    implementation based on the Richards Stevens book.

    Concurrent TCP/IP echo server and its client. The implementation is taken from Richards Stevens book. See W. Richard Stevens' Home Page http://www.kohala.com/start/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    redird

    redird

    Multi-target HTTP redirection daemon

    Small-footprint multi-threaded HTTP daemon for simple redirection to application URLs. Depending on the host:port combination in the request redird sends a pre-configured Location within a HTTP redirection message to point the client at the desired application. If you need to refer by simple hostnames to your application at complex URLs, redird can help.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Simple-Web-Server

    Simple-Web-Server

    A very simple, fast, multithreaded, platform independent HTTP and HTTP

    A very simple, fast, multithreaded, platform-independent HTTP and HTTPS server and client library implemented using C++11 and Asio (both Boost.Asio and standalone Asio can be used). Created to be an easy way to make REST resources available from C++ applications. See particularly the JSON-POST (using Boost.PropertyTree) and the GET /match/[number] examples, which are most relevant. Before running the server, an RSA private key (server.key) and an SSL certificate (server.crt) must be created...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    PIP

    Useful crossplatform library for distributed systems

    Platform-Independent Primitives. Contain string, thread, timer, file, config file, serial port, ethernet (UDP, TCP, broadcast, multicast), protocol, multiprotocol, peer, console, variable, struct, evaluator, system monitor (Linux only), CLI (command-line interface) parser. Package include library that you can build with 'qmake' or 'CMake' and test program in 'main.cpp'. Online documentation: http://ppip.sourceforge.net/doc/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19

    rock_s_architecture

    Universal CORBA architecture, split your software

    Predefined CORBA architecture to develop software into two parts : the real computer kernel (server) and the exploitation or UI part (client). Sources are independant of the CORBA distribution (MICO, omniORB, ORBacus, TAO, Visibroker) and are fully portable. JAVA Servlets for HTTP tunneling. The Server is in C++ and the Client in C++ and JAVA.Very usefull in real time projects. This is a small sample to be adapted to your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    VMware Tools Client

    Interact with your vSphere VMs without network connectivity!

    VMware Tools Client allow you to execute scripts and transfert files on vSphere Virtual Machines through VMware Tools. http://pierrelx.com/vmware-tools-client Main features: - Commands / Scripts execution - Scripts stored in exportable ".db" file - Download file from virtual machines - Upload file to virtual machines - Ping test - Communicates with Virtual Machines only with VMware tools - Read only on vCenter API to discover inventory (will not scan...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    VirtualMailServer Script

    VirtualMailServer Script

    Easy installation and configuration of a complete mail server

    Sorry. VirtulMailServer is not anymore an opensource project cause it's been involved in a commercial project. VMS is now an app for Bulk Email and it comes with new fully working features. If you are interested in the project, please contact me: claudio.taccogna@gmail.com . See you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    mod_parp

    A HTTP request parameter parser for Apache htttpd

    A POST/GET parameter parser to enable apache modules to validate form parameter send from client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Yet another corpus manager. Allows for HTTP access to annotated text corpora, client does not need to install any special software to access the server (any browser with JavaScript support will do).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JView is a command line client for MyWebProject SOAP Web Service. Usage: param 1: endpoint, param 2: remote folder, param 3: algorithm, param 4: modeParam, param 5: userName, param 6: password, param 7: outputFile Example: java -jar JView2.jar http://davidesestili.ddns.net:8080/MyWebProjectLogin/services/GenerateAndDownloadHashWSLogin /home/dsestili82/ SHA-512 no-subfolders davide davide /home/davide/Scaricati/mozilla.sha512 (Currently unavailable) Source code available on https...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Restangular

    Restangular

    AngularJS service to handle Rest API Restful Resources

    Restangular is an AngularJS service that simplifies common GET, POST, DELETE, and UPDATE requests with a minimum of client code. It's a perfect fit for any WebApp that consumes data from a RESTful API. Note This version of Restangular only supports Angular 1. For an Angular 2+ version of Restangular, check out ngx-restangular. It's a separate project with different maintainers, so issues regarding ngx-restangular should be reported over there. Learn Restangular! Try the live demo on plunkr...
    Downloads: 0 This Week
    Last Update:
    See Project