Showing 547 open source projects for "support system java"

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
  • 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.
  • 1
    Apache RocketMQ

    Apache RocketMQ

    Distributed messaging and streaming platform with low latency

    ...Financial grade transactional message. Built-in fault tolerance and high availability configuration options base on DLedger. A variety of cross language clients, such as Java, C/C++, Python, Go. Pluggable transport protocols, such as TCP, SSL, AIO. Built-in message tracing capability, also support opentracing. Versatile big-data and streaming ecosytem integration. Message retroactivity by time or offset. Reliable FIFO and strict ordered messaging in the same queue. Efficient pull and push consumption model. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    JDA

    JDA

    Java wrapper for the popular chat & VOIP service

    JDA strives to provide a clean and full wrapping of the Discord REST api and its Websocket-Events for Java. This library is a helpful tool that provides the functionality to create a discord bot in java. Discord is currently prohibiting the creation and usage of automated client accounts (AccountType.CLIENT). We have officially dropped support for client login as of version 4.2.0! Note that JDA is not a good tool to build a custom discord client as it loads all servers/guilds on startup, unlike a client which does this via lazy loading instead. ...
    Downloads: 28 This Week
    Last Update:
    See Project
  • 3
    WeChatTweak-macOS

    WeChatTweak-macOS

    A dynamic library tweak for WeChat macOS

    ...No phone authentication required to reopen the app. UI interface settings panel, support for Alfred workflow, and support for Launchbar action. In order to reduce maintenance costs and ensure update speed, only the latest App Store version of the client is supported by default.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    CIM

    CIM

    Distributed instant messaging system for developers

    CIM(CROSS-IM)A developer-oriented system, provides components to help developers build their own distributed instant messaging system that can be a horizontal scaling IM. CIM is an IM Instant messaging system, can be applied as a message push middleware. IOT Message transparent transmission middleware in massive connection scenarios. Provides flexible horizontal expansion and contraction according to the actual situation. The server automatically removes offline clients. Client reconnects...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    Stoat

    Stoat

    The software powering Stoat

    Stoat is an open-source communication platform and ecosystem designed to provide a modern alternative to traditional chat applications with support for self-hosting and extensibility. The project includes multiple components such as backend services, client applications, and supporting infrastructure, forming a complete messaging system that can be deployed across different environments. The repository for stoat.chat specifically serves as a central web hub that provides access to downloads, documentation, and information about the platform. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 6
    Rocket.Chat Community Version

    Rocket.Chat Community Version

    The Leading Open Source Communication Hub | Community Version

    Own your Communication with the all-in-one platform made for customer support and team collaboration. Lead with the open-source power: data security and flexibility at your hands. *NOTE: This is our Community Version product page. To know more about all of the possibilities within Rocket.Chat, check our Enterprise product page https://sourceforge.net/software/product/Rocket.Chat/ Rocket.Chat is a reliable communication platform for high-private team chatting and collaboration. Highly...
    Downloads: 47 This Week
    Last Update:
    See Project
  • 7
    libsignal

    libsignal

    Home to the Signal Protocol and other cryptographic primitives

    libsignal is the foundational cryptographic library that implements the Signal Protocol and other essential primitives used across the official Signal clients and servers, enabling secure end-to-end encrypted communication. Written primarily in Rust with bindings and APIs surfaced for Java, Swift, and TypeScript, this library encapsulates critical algorithms like the Double Ratchet, prekey mechanisms, secure key storage, and zero-knowledge group primitives, along with additional utilities...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    Abaddon

    Abaddon

    An alternative Discord client with voice support made with C++ and GTK

    Alternative Discord client made in C++ with GTK. Abaddon tries its best (though is not perfect) to make Discord think it's a legitimate web client. Some of the things done to do this include: using a browser user agent, sending the same IDENTIFY message that the official web client does, using API v9 endpoints in all cases, and not using endpoints the web client does not normally use. There are still a few smaller inconsistencies, however. For example the web client sends lots of telemetry...
    Downloads: 45 This Week
    Last Update:
    See Project
  • 9
    Session for Android

    Session for Android

    A Decentralized, Onion Routed, Private Messenger

    Session Android is the official mobile client for Session, a privacy-first messaging protocol that enables secure, anonymous messaging without requiring phone numbers, email addresses, or centralized user accounts. Built natively for Android, the app lets users send and receive end-to-end encrypted text messages, voice notes, images, and attachments in both one-on-one and group chats, all while routing data through a decentralized onion-routing network designed to protect not just message...
    Downloads: 27 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    Signal Server

    Signal Server

    Server supporting the Signal Private Messenger applications on Android

    Signal Server is the official backend server component that supports the Signal Private Messenger ecosystem on Android, iOS, and desktop platforms, serving as the trusted message relay, contact discovery, and push notification hub while the clients handle end-to-end encryption. Built in Java and licensed under the AGPL-3.0 license, this server software handles protocols for delivering encrypted messages, synchronizing user metadata like public keys and push tokens, and providing REST and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    GiftedChat

    GiftedChat

    The most complete chat UI for React Native

    See the files in example-slack-message for an example of how to override the default UI to make something that looks more like Slack, with usernames displayed and all messages on the left. Avatar as user's initials. Localized dates. Multi-line TextInput. InputToolbar avoiding keyboard. Redux support. System message. Quick Reply messages (bot). Typying indicatior react-native-typing-animation. If you decide to specify a text prop, GiftedChat will no longer manage its own internal text state and will defer entirely to your prop. This is great for using a tool like Redux, but there's one extra step you'll need to take, simply implement onInputTextChanged to receive typing events and reset events (e.g. to clear the text onSend). ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 12
    Tinode Instant Messaging Server

    Tinode Instant Messaging Server

    Instant messaging platform

    Instant messaging server. Backend in pure Go (license GPL 3.0), client-side binding in Java, Javascript, and Swift, as well as gRPC client support for C++, C#, Go, Java, Node, PHP, Python, Ruby, Objective-C, etc. (license Apache 2.0). Wire transport is JSON over websocket (long polling is also available) for custom bindings, or protobuf with gRPC. Persistent storage is any one of RethinkDB, MySQL or MongoDB. A third-party unsupported DynamoDB adapter also exists. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Vencord

    Vencord

    Download Vencord for Desktop or your favourite Browser.

    Vencord is a modification for discord.com that adds plugins and custom styles, blocks Discord's tracking and more!
    Downloads: 85 This Week
    Last Update:
    See Project
  • 14
    Accessible-Coconut

    Accessible-Coconut

    A GNU/Linux operating system accessible for visually impaired.

    Accessible-Coconut(AC) is a community driven GNU/Linux operating system which is completely accessible for persons with visual impairment. AC is derived from Ubuntu-MATE. Yes the goal is to make a free and open-source eyes free desktop environment. Forum : https://groups.google.com/forum/#!forum/accessible-coconut Telegram forum : https://telegram.me/accessible_coconut Project home : https://zendalona.com/
    Leader badge
    Downloads: 78 This Week
    Last Update:
    See Project
  • 15
    phpMyChat

    phpMyChat

    Standalone chat system developed in php, mysql and javascript

    phpMyChat-Plus is an easy-to-install, easy-to-use multi-room PHP/DB chat. It is currently available for MySQLi, MariaDB, PostgreSQL, and ODBC. It supports IRC-like commands, moderators, is available in 24 languages and fully compatible with php7.
    Downloads: 59 This Week
    Last Update:
    See Project
  • 16
    P2Lan Transfer

    P2Lan Transfer

    Make LAN transfers easy, no server needed

    Github: https://github.com/TrongAJTT/p2lan-transfer. You want to transfer file between your devices and view them immediately, but: - Cable transfer: Fast, but the process of navigating and selecting photos on the laptop is unintuitive. - Third-party OTT apps: Inconvenient for sending many files, and photos may lose quality due to compression. - Cloud storage: Convenient and maintains photo quality, but requires the annoying extra step of deleting files afterward. Then, P2Lan...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    dxirc
    dxirc is simple IRC client
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18
    JavaComm

    JavaComm

    Desktop communication tool: chat, telephony, multimedia

    JavaComm is a client–server communication platform offering chat, telephony, screen sharing, conferencing, a media player, and configurable media streams. Users can define and manage their own streams for flexible playback. All server-based communication runs over HTTPS (SSL/TLS), while file transfers are handled directly between users without passing through the server. The JavaComm Server runs on any Jakarta EE Web Profile 10 platform with the required extensions, using Tomcat 10.1.52 as...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 19
    A SSH based chatroom framework; inspired by "ssh-chat" project. This framework support not only the IRC-like command line interface, but also custom clients by providing an API. Unlike the public chat-room of ssh-chat, this implementation requiring all users must be authenticated by public key before starting a chat; however public chatrooms are still possible by hacking OpenSSH server, see Wiki page 'Public Chatroom' for details.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    ufdbGuard - URL filter for Squid

    ufdbGuard - URL filter for Squid

    URL filter to block unwanted content on the internet

    ufdbGuard is a URL filter to block unwanted web content on the internet. ufdbGuard can also enforce Google SafeSearch, detect UltraSurf, Tor, Skype and other chat applications, proxy tunnels and enforce safer HTTPS traffic. ufdbGuard is a redirector for the Squid web proxy with 200,000 URL verifications/second. ufdbGuard integrates with user authorities like LDAP, Kerberos and Active Directory to assign different policies to different groups of users. Contact the support desk at...
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • 21
    Lots of small projects: games, VST plugins, experimental IRC server, ROM hacking tools, net tools, font tools, html tools, etc. Browse CVS!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Chaskiq

    Chaskiq

    Full featured live chat, support & marketing platform

    Chaskiq's plugin architecture allows for a variety of conversational experiences to take them to the next level. For example: Schedule meetings with Calendly, provide means of payment directly from the webchat, initiate video calls via Zoom, integrate your shopping carts or trigger subsequent actions via Zapier. In short, create experiences that create value for your customers. There are no limits! One of the most robust webchats that allows extending its functionalities by integrating...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23

    oidentd

    Configurable ident daemon with IP masquerading support

    oidentd is an RFC 1413 compliant ident daemon that runs on Linux, FreeBSD, OpenBSD, NetBSD, DragonFly BSD, and some versions of Darwin and Solaris. oidentd can handle IP/NAT masqueraded connections on many operating system kernels. oidentd has a flexible mechanism for specifying ident responses. Users can be granted permission to specify their own responses, and different responses can be sent depending on host and port pairs. oidentd features a capability-based permission system that...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    LMAX Disruptor

    LMAX Disruptor

    High performance inter-thread messaging library

    LMAX aims to be the fastest trading platform in the world. Clearly, in order to achieve this we needed to do something special to achieve very low-latency and high-throughput with our Java platform. Performance testing showed that using queues to pass data between stages of the system was introducing latency, so we focused on optimising this area. The Disruptor is the result of our research and testing. We found that cache misses at the CPU-level, and locks requiring kernel arbitration are both extremely costly, so we created a framework which has "mechanical sympathy" for the hardware it’s running on, and that’s lock-free. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Discussion Forum Software For Intranets

    Discussion Forum Software For Intranets

    The Free & Popular FLARUM Web Software in a Complete Virtual Machine

    This VM is created for 2 reasons: 1. Very little initial setup work required to make a Forum live, within minutes. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other project. just replace td with fm wherever mentioned ) After starting this VM, please login to its administration panel with: Website Address: https://fm.local/public/ ( Accept Any Warnings...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB