Showing 109 open source projects for "simple queue system"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 1
    Apache RocketMQ

    Apache RocketMQ

    Distributed messaging and streaming platform with low latency

    ...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. Million-level message accumulation capacity in a single queue. Multiple messaging protocols like JMS and OpenMessaging. Flexible distributed scale-out deployment architecture. Lightning-fast batch message exchange system.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Pidgin IM

    Pidgin IM

    A universal instant messaging (IM) program

    See https://pidgin.im/about/ for more information. Pidgin is an instant messaging program which lets you log in to accounts on multiple chat networks simultaneously. It runs on Windows, Linux, and other UNIX operating systems. Pidgin is compatible with the following chat networks out of the box: AIM, ICQ, Google Talk, Jabber/XMPP, MSN Messenger, Yahoo!, Bonjour, Gadu-Gadu, IRC, MXit, Novell GroupWise Messenger, Lotus Sametime, SILC, SIMPLE, MySpaceIM, and Zephyr. It is written in C and...
    Leader badge
    Downloads: 6,062 This Week
    Last Update:
    See Project
  • 3
    Advanced Direct Connect (ADC) is a simple protocol for a client/server-oriented messaging and file sharing system. The ADC Project aim to provide documentation for the ADC community and the developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    dxirc
    dxirc is simple IRC client
    Downloads: 2 This Week
    Last Update:
    See Project
  • Easy-to-use Business Software for the Waste Management Software Industry Icon
    Easy-to-use Business Software for the Waste Management Software Industry

    Increase efficiency, expedite accounts receivables, optimize routes, acquire new customers, & more!

    DOP Software’s mission is to streamline waste and recycling business’ processes by providing them with dynamic, comprehensive software and services that increase productivity and quality of performance.
    Learn More
  • 5
    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: 6 This Week
    Last Update:
    See Project
  • 6
    GoldBug - Encrypted Communications

    GoldBug - Encrypted Communications

    Chat Messenger. E-Mail-Client. Websearch. Filetransfer.

    GoldBug is a decentralized & secure communication suite that offers an integrated e-mail client, an instant messenger & a file transfer. Also included is an URL-RSS-DB & a p2p web search. Current vers. w/ McEliece Algorithm. GoldBug has been 2013 - 2023 ten years just another Graphical User Interface of the Spot-On Encryption Suite. Main GUI features: Minimal & colorful Interface with Tabs in the East. Microsoft & Qt MinGW deprecated Win32 & for Compiling: ●...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 7
    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: 0 This Week
    Last Update:
    See Project
  • 8
    This is a simple, easy to install and easy to configure chat script in perl.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Xabber

    Xabber

    Open-source XMPP client for Android

    Open source Jabber (XMPP) client with multi-account support, clean and simple interface. Being both free (as in freedom!) and ad-free, Xabber is designed to be the best Jabber client for Android. Xabber uses Gradle build system. The only specific thing is git submodule for the MemorizingTrustManager library. Since it’s inception in 2011, Xabber has grown to be a number one XMPP client for Android. It is fast, reliable and packed with lots of features that make it more advanced than most desktop clients. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    This will be a simple tandem text editor. It will broad cast document events to clients over a web connection. What it should do is allow more than one person to edit a document at the same time. Of course the one editing has a lock.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Simple Web Chat

    Simple Web Chat

    Simple open source php based HTML5 rich web chat system

    Its a high performance simple feature rich and fully customizable web based chat implemented using php and jquery with auto fall-back from HTML5 WebSocket to HTML5 SSE to Ajax Long Polling Can work with or without any database server and sessions It can be used as standalone or as module / plugin in any website Fetaures: 1) Registration, login, forgot password 2) Search and add contacts, manage groups 3) Broadcast, one to one & group chat 4) Desktop notification, sound alert, auto...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RSMQ

    RSMQ

    Redis Simple Message Queue

    A lightweight Redis-backed message queue for handling simple distributed messaging and job processing.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    Simple Client Server Chat Example

    An example of a simple chat system

    ...The multi-threading part aims to show how to avoid blocking methods by putting them in separate thread, therefor, the ExecutorService was not used. Two Runnable interfaces are available in the server and the client to show how the dialog is managed. The Socket part aims to show how simple communication using TCP/IP are quite simple. The 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). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    FlareChat

    FlareChat

    An OpenSource Chat Solution

    FlareChat is a OpenSource Chat Solution, that works on every OS, that supports Java. It has a Built-In-Server for fast hosting and a separate Server for running on Console-only Systems. You can manage rooms and also kick chatters. In the future, we plan to add better Encryption, Server-Passwords, User-Passwords, File-Transfers and a way to save settings! Based on the following Post: http://www.dreamincode.net/forums/topic/259777-a-simple-chat-program-with-clientserver-gui-optional/
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15

    KIK Database Decoder

    A Forensic Viewer For KIK Databases

    This is a A Forensic Viewer For KIK Databases. It works on android and iOS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Secondary Channel Protection System-mIRC

    Improved IRC Channel Security

    A system of modular mIRC scripts, designed to improve security, moderation, and administration of IRC channels. SCPS will include features such as automated moderation tools, simple commands to perform complex actions (Such as timed bans, kicking/banning multiple users), and channel-specific login details independent of IRC services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Adium

    Adium

    A multi-protocol instant messaging app for Mac OS X

    Adium is an Open Source, multi-protocol instant messaging application for Mac OS X. Adium supports AIM, ICQ, Jabber, MSN, Yahoo!, Google Talk, Bonjour, Gadu-Gadu, Novell Groupwise, SIP/SIMPLE (Text), and Lotus Sametime. Additionally, it supports all of these applications at once so, even if you have multiple IM accounts, you don't have to log into each account separately.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    IRCBNX Chatterbot

    A remake of the original BNX Chatterbot for IRC

    IRCBNX Chatterbot is a moderation IRC bot written in C++ and based on the original Battle.net text gateway bot BNX Chatterbot. Like the original, it features a rule-based response system, an access system, and several moderation features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    LanChat Messenger

    A messaging system designed for home use Created by: Chad Dunn

    The LanChat Messenger is a series of batch files that interatct together to form a system in which you can communicate with other machines on your network as long as the machine can map a network drive, execute batch files, and change files and folders. The Lanchat Messenger was inspired from another work of messaging, it was extremely simple and easy to use. My messenger works towards the same goals with the advantage of customizable features and adaptable windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Neutron Chat

    Neutron Chat

    Neutron Chat allows you to communicate in networks

    Neutron Chat is a simple chat application for communicating in networks or in the internet via the TCP/IP protocoll and your own server. It is based on the .NET Framework 4.0 and uses AES-encryption. And it's NSA-proof. Just sayin'. New (and presumably last) version: 3.3.1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    WSChat

    PHP Web Chat System utilizing Websockets HTML5 Technology

    Simple Web Chat System which uses PHP Websockets server code and Javascript client HTML5 API to bring a system similiar to IRC (Internet Relay Chat) for live interactive Internet text messaging between users via web interface. Suppports system domains, channels (with various modes), private messaging and many other features. System data is stored into SQLite database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Dirt

    Dirt

    An IRC proxy to add chat encryption to IRC clients

    Dirt is a multi-platform IRC proxy that adds FiSH-compatible chat encryption (including DH1080 key exchanges) to any IRC client. It can be used as a SOCKS proxy or as a simple bouncer. For security reasons, only localhost connections are allowed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    Openfire Control

    Simple PHP class to magane Openfire chat server.

    When you are about to integrate a Facebook or Gtalk style (XMPP based) chat system into your website with Openfire XMPP server this class can be useful to connect site's users with chatserver users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Fix Skype

    Fix Skype fixes future timestamps in the Skype messages database.

    Fix Skype is a python script and Win32 binary that is used to fix "future" timestamps in the Skype message database, such as those caused by the end of DST or by dual-booting a Linux system with time set to UTC from anywhere west of GMT. Essentially, you feed it your username and the number of hours by which some timestamps are in the future, and it subtracts that amount of time from any timestamp greater than "now".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    XmppSimpleMessageSender

    Simple Command Line XMPP message sender

    Written in Java and to be used from command line this is a tool that can be used to send message to a XMPP server. Messages can be send directly to a user or a chat room. Example scenario: use SVN hook to put checkin messages into a Jabber conference with history.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next