Showing 29 open source projects for "https 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
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    LocalSend

    LocalSend

    An open-source cross-platform alternative to AirDrop

    LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection. LocalSend is a cross-platform app that enables secure communication between devices using a REST API and HTTPS encryption. Unlike other messaging apps that rely on external servers, LocalSend doesn't require an internet connection or third-party servers, making it a fast and reliable solution for local communication.
    Downloads: 286 This Week
    Last Update:
    See Project
  • 2
    ipfs-check

    ipfs-check

    A tool for checking the accessibility of your data by IPFS peers

    A tool for checking the accessibility of your data by IPFS peers. go build will build the server binary in your local directory. go install will build and install the server binary in your global Go binary directory (e.g. ~/go/bin) There are web assets in the web that interact with the Go HTTP server that can be deployed however you deploy web assets. Maybe just deploy it on IPFS and reference it with DNSLink. For anything other than local testing you're going to want to have a proxy to give you HTTPS support on the Go server.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3
    Diffuse

    Diffuse

    A music player that connects to your cloud/distributed storage

    ...Diffuse is a static web application, which means it's just HTML, CSS, and Javascript. No REST API, database, or anything backend-related is involved. The app uses a hash (aka. fragment-based) routing system, so you don't need any special server rules for routing. You can download a pre-build web-only version of Diffuse on the releases page. Diffuse uses service workers, so you may need HTTPS for it to work smoothly in certain browsers. I should also note that some source services use OAuth, so you'll need to use your own application credentials (eg. Google Drive client ID + secret).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    BeeBEEP (Free Office Messenger)

    BeeBEEP (Free Office Messenger)

    You can message and share files inside your intranet without a server.

    BeeBEEP is a secure (encryption based on Rijndael Algorithm, AES) peer to peer office messenger. You can talk and send files with all your colleagues inside a local area network such of an office, home or internet cafe without a server. BeeBEEP works also with VPNs. This serverless application is indispensable in all those places where privacy and security an essential requirement. For more info visit: https://www.beebeep.net
    Leader badge
    Downloads: 2,307 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    GeoNetwork opensource - Metadata Catalog
    ...You can also connect directly with the companies supporting the development. Source code available on github https://github.com/geonetwork/
    Leader badge
    Downloads: 172 This Week
    Last Update:
    See Project
  • 6
    HTserveFS

    HTserveFS

    Fast file system server with modern web UI and direct transfers

    ...The web-based file system server offers real-time monitoring, bandwidth control, and customizable folder sharing. Perfect for businesses and developers needing reliable file server software with modern UI. Supports both HTTP and HTTPS protocols, multi-user management, and cross-platform compatibility. Ideal replacement for traditional FTP servers, providing secure file sharing with intuitive web interface and enterprise-grade features for efficient file system management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    P2Lan Transfer

    P2Lan Transfer

    Make LAN transfers easy, no server needed

    ...Then, P2Lan Transfer may be a solution that suits you. P2Lan Transfer helps you share files and chat with devices on the same local network without requiring any central server or complex setup. Just run the app on both devices and they can find each other automatically. You can also chat and send media or file with other devices locally (no server needed) and sync clipboard with that chat. 💻 Platform Support: Android, Windows. - Web, Linux, MacOS may available in the future.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Fritz!Load
    This software allows you to download files from more than 50 (oneclick-)hosters (like youtube, rapidshare and many more). It is the perfect platform to download http and ftp links only with your Fritz!Box controlled by a graphical web-interface. Get the latest version at https://sourceforge.net/p/avmload/code/HEAD/tarball?path=/trunk
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    --- IMPORTANT : This project has been moved to GitHub at https://github.com/clstoulouse/motu-client-python. Download the last version from the release page https://github.com/clstoulouse/motu-client-python/releases. --- Motu is a high efficient and robust Web Server which fills the gap between heterogeneous Data Providers to End Users. Motu handles, extracts and transforms oceanographic huge volumes of data without performance collapse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    EasyUpload

    EasyUpload

    Uploading files from Android to a desktop PC.

    EasyUpload is a client-server project for uploading images from Android to a PC. This is the server-side app of the project. To run the server, just download this project open CMD, navigate to the directory of the project, and issue this command: flask_server The client-side Android app is available at this page: https://play.google.com/store/apps/details?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    EasyUpload

    EasyUpload

    EasyUpload Server Accepts Images from Android to be Uploaded to a PC

    ...The project just works for images and later it can work with any type of files. The source code of both the client and server apps are available in this GitHub page: https://github.com/ahmedfgad/AndroidFlask The project is documented in a Heartbeat tutorial titled "Uploading images from Android to a Python-based Flask server" available here: https://heartbeat.fritz.ai/uploading-images-from-android-to-a-python-based-flask-server-691e4092a95e Logo image from flaticon.com by phatplus (https://www.flaticon.com/authors/phatplus)
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    openCRX - Enterprise Class CRM

    openCRX - Enterprise Class CRM

    professional CRM and groupware service, ready for the cloud

    openCRX moved to https://github.com/opencrx
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Version Control for engineers

    Version Control for engineers

    Revision control for hardware, engineering and scientific projects

    Version Control for engineers (SVN edition) is a freeware Windows collaboration tool for engineers, scientist and designers. Version Control for engineers give you the file revision control for your hardware, engineering and scientific projects. Version Control for engineers is graphical user interface for SVN (Apache Subversion, http://subversion.apache.org/) version control system, special optimized for image, CAD/CAM files and technical visuals. Program supports the file, http...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Ne Plus Ultra

    UDP based file transfer client/server application (based on lib UDT)

    https://github.com/bcwinters/neplusultra
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    WebDAV CGI

    WebDAV CGI

    WebDAV CGI brings your file service to the Web.

    WebDAV CGI brings your file service to the Web and is moved to github [https://github.com/DanRohde/webdavcgi/]. WebDAV CGI adds a modern Web interface and WebDAV to file systems like AFS, NFS, CIFS/SMB, EXT, GFS, and so on. It preserves existing file permissions by using a included setuid/setgid wrapper.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    EGroupware Enterprise Collaboration
    EGroupware has moved to Github, please find all our downloads there: https://github.com/EGroupware/egroupware/releases EGroupware is a multi-user, web-based groupware suite. Currently available modules include: email, addressbook, calendar, infolog (notes, to-do's, phone calls), content management, wiki, project management, tracker, timesheet, knowledge base, CalDAV/CardDAV
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    WebDAVSurfer

    WebDAVSurfer

    WebDAV client 64-bit works with Plone 5, Apache and more

    GUI WebDAV Client for Linux and Windows 10. Includes PROPFIND, PROPPATCH, LOCK ,UNLOCK ,VERSION-CONTROL,REPORT. HTTP(S) with Basic Authentication and PKI client and server Certificates. Works with Plone, Zope, Apache + mod_dav, PyWebDAV, PyDAV, Tamino. 64-bit wxPython used. Upload files or from Web. Update properties. Tested with Plone 5.04
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18
    CrococryptQuerl

    CrococryptQuerl

    CrococryptQuerl is a web-based file encryption & transfer tool

    ...If you trust the application service provider which is running CrococryptQuerl, it can be seen as an "anonymous & encrypted safe deposit box for computer files". ---INTRO--- The encryption is done on-the-fly using the user's password. Of course, this requires a trusted TLS/SSL connection to the server running CQuerl. The user provides a file and password and receives an ID. No plaintext data is stored in CQuerl including filenames. If the user looses the ID or forgets the password, the encrypted file cannot be recovered - even by the service provider. DOWNLOAD ======== * A demo running on Google's App Engine (GAE) can be found here: https://crococrypt-querl.appspot.com ==> GAE limits the files to be uploaded to 1MB(!). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    AoEde

    Virtual ATA over ethernet (AoE) target for Linux

    ...Blog: https://sourceforge.net/p/aoede/blog/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    P2P for Smartphone - Android Gnutella

    P2P for Smartphone - Android Gnutella

    Mobile P2P App - Use a P2P App on your Smartphone

    This Project shows how to create a mobile smartphone app with a gnutella p2p application. It consits of smartphone java sourcecode, documentation, phex source code, phex proxy and instructions to create a working app. This project once was coded with only 2000€ buget and has given revenue of over 30.000€. Happy hacking the java,perl,php code. Other...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Java File Uploader
    Please update v 2.0 if you have downloaded before 16th Feb 2014! Simple java file uploader. The main goal to overcame 2GB browser limit. * Simple GUI * Upload unlimited file sizes from client to server via HTTP * Split uploading file to chunks * MD5 chunk verification on server. Final MD5 confirmation. * Http auth Adv: https://play.google.com/store/apps/details?id=org.vikulin.etherwallet
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    baretorrent

    baretorrent

    simple and portable bittorrent client with extensions

    ...Only one extension is available so far: a simple server that is compatible with how the uTorrent WebUI adds torrents. Therefore, Firefox extensions such as BitTorrent WebUI++ work fine for adding torrents. See http://baretorrent.org/ext.html.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    ClipUpload
    PLEASE NOTE!!! ClipUpload will not be available from SourceForge anymore. RIP, SourceForge. You were once good. Please find our new home of source code on Github: https://github.com/NimbleTools/Clipupload Or on our website: https://nimble.tools/clipupload --- Quickly upload anything thats on your clipboard to the internet. It supports FTP, Imgur.com, Pastebin.com and Dropbox. Usage? Step 1: Copy. Step 2: Right-click system tray icon and pick an upload method. Step 3:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CyBerFuN xBTiT
    CyBerFuN xBTiT by cybernet2u / I only install hacks and maintain them / all the credits for the core source goes to : http://www.btiteam.org new files here ->https://github.com/cybyd/cybyd
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Secure Enterprise File Transfer Server
    SEFT is an appliance based (physical or virtual) secure enterprise file transfer system. It is able to send and receive files in an ad-hoc fashion or based on a schedule. SEFT supports many communication protocols such as HTTPS, SFTP, FTPS, SOAP, etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB