Showing 274 open source projects for "java proxy server"

View related business solutions
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1
    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: 0 This Week
    Last Update:
    See Project
  • 2
    Openfire LLM Chatbot Plugin

    Openfire LLM Chatbot Plugin

    LLM Chatbot Assistant for Openfire server

    This plugin is a wrapper to hosted AI Inference server for LLM chat models. It uses the Botz API to create a chatbot in Openfire which will engage in XMPP chat and groupchat conversations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Smoke Crypto Chat Messenger for Android

    Smoke Crypto Chat Messenger for Android

    Smoke: Android Crypto Chat Messenger

    Smoke is an encrypting chat messenger for Android written in Java. Please read the Web site for more information: https://textbrowser.github.io/smoke/ (original, current) https://www.amazon.com/dp/3752691999/ https://smokeappope.sourceforge.io/ (old, third party archive) Smoke App OPE - Open Personal Encryption Download Android APK Installer: https://sourceforge.net/projects/smokeappope/files/ Smoke Source: https://github.com/textbrowser/smoke SmokeStack Source: https://github.com/textbrowser/smokestack (Android) https://github.com/textbrowser/spot-on (Desktop) Smoke appears to be one of the first projects with an open source mobile encrypting chat server., an decentralized and easily-configurable chat server. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    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: 6 This Week
    Last Update:
    See Project
  • Business Automation Software for SMBs Icon
    Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 5
    LandsDiscordBot

    LandsDiscordBot

    Adds Discord Functionality to Lands.

    This plugin adds Discord functionality to the spigot plugin Lands. It allows land owners to create a channel for their land so they can chat from Discord with their land members online at the Minecraft server. Also you can view top lands in Discord, receive land and war notifications and more to come.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    CalLite CRM

    CalLite CRM

    Software per Call Center

    CalLite è il software per Call Center più versatile e veloce sul mercato. Ti permette di azzerare le perdite di tempo degli utenti (operatori, agenti, supervisori, coordinatori, ecc. ecc.) per massimizzare i guadagni. Il software dispone delle funzionalità: PowerDialer, ProgressiveDialer, PredictiveDialer ed AutoDialer. Ovunque siano (da casa o in ufficio), i tuoi operatori potranno lavorare con una semplice connessione internet. Tu potrai, da ogni dispositivo fisso o mobile, amministrare e...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Conversations

    Conversations

    The very last word in instant messaging

    Conversations is an open source Jabber/XMPP client for Android, designed to provide a unique and more freeing mobile messaging experience. XMPP is a federated protocol that can work with every XMPP server out there, giving you the freedom to choose a trustworthy server for yourself while still being able to chat with contacts from other servers. All communications are TLS encrypted and Conversations offers to enable one of two state of the art end-to-end encryption mechanisms, so you can be...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Briar
    Briar is a messaging app designed for activists, journalists, and anyone else who needs a safe, easy and robust way to communicate. Unlike traditional messaging tools such as email, Twitter or Telegram, Briar doesn't rely on a central server - messages are synchronized directly between the users' devices. If the Internet's down, Briar can sync via Bluetooth or Wi-Fi, keeping the information flowing in a crisis. If the Internet's up, Briar can sync via the Tor network, protecting users and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Game-Changing URL Builder For Your Marketing Campaigns Icon
    The Game-Changing URL Builder For Your Marketing Campaigns

    Saves time by automating campaign conventions and UTM Link creation

    CampaignTrackly is a SaaS-based platform that automates the process of adding tracking tags to digital links. The platform enables businesses to build a centralized, consistent and standardized link-tracking strategy in a simple and cost-effective way. It removes ambiguities, simplifies processes and empowers marketers to be in control of their campaign setup and reporting process without the need to use IT code or manual operations. Its ease of use promotes consistency and high adoption rates among platform users, resulting in enhanced insights into the customer journeys and marketing budget spend, which in turn, helps businesses optimize their promotions to increase revenue streams. The platform boasts over 45 automation features across standard Google Analytics, Adobe and Custom tags, as well as, extensive tag library management capabilities, friendly reporting functions, sophisticated team access level management and more.
    Learn More
  • 10
    IXSF Messenger

    IXSF Messenger

    IXSF Messenger is a java-based messenger

    IXSF Messenger is a java-based messenger with file transfer option. Java Runtime Environment (JRE) 1.4 or higher is required. This application is built in two parts - server and client. Server part serves client's requests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Lanslim (Local Area Network Server Less Instant Messaging) does exactly what his name says it does and much more. It enables people to talk with jobmates thanks to private chatroom with many features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Simple Client Server Chat Example

    An example of a simple chat system

    This project is a demonstration example on multi-threading programming in Java (old school) and network programming (String exchanges over network). 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. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The PlanetaMessenger.org Libraries project is a set of open source instant messenger libraries used and maintained by PlanetaMessenger.org. You can find protocol implementation for MSN, ICQ, ComVC networks for use on standalone and server applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    LiveChat - Lightweight Chat option

    A Lightweight, Simple chating option for conversation

    This is a lightweight, simple chatting option, that has no central server, made in Java, and console-based. It includes a server runnable, bat and sh files and client runnable (Attention: only 2 peoples at minimum and at maximum can connect to server, this issue will be removed later!). The idea behind this project, is to offer a direct communication channel, that turns messages faster and secure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    InCrEG online gaming platform

    InCrEG online gaming platform

    Aire de jeu de Belote en ligne

    [fr] Aire de jeu en ligne (client et serveur) basée sur les sources InCrEG. Belote inclus et d'autres à venir. [en] Online gaming platform (client & server) based on InCrEG sources. Belote included, more games to come.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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: 0 This Week
    Last Update:
    See Project
  • 17

    Pastiche ircd

    Simple IRC Server written in Java

    A Simple IRCD written in Java, for ease of adding custom code and allow better protection against crackers/hackers. (Note: This project has been moved to GitHub)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Cux Bomberman

    Cux Bomberman

    JAVA websocket implementation for a bomberman-like game

    This application uses JAVA and Glassfish server to provide an active and simple webSocket server for an online, multiplayer bomberman-like game. It only requires a running glassfish server to deploy the application on and a MySQL database server. After deployment and first run, anyone can access your webserver, register and play the game, using only a web browser that has built-in support for webSockets
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    jIRCd is a full-featured Java-powered IRC server. It uses the advanced features of Java, including multi-threading and multiple platforms, to create a very powerful IRC server for any platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    MUSCLE

    Client-server networking library

    The MUSCLE system is a fast, portable, flexible client-server system for distributed applications. Clients send BMessage-like PortableMessages to each other either directly or via a centralized server (with built-in database and 'live query' support).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    BattleShip

    BattleShip

    The BattleShip is an online game developed in Java.

    The BattleShip was developed using Java. It is an online game where one user has to sink the other user’s ships. The game uses Server-Client structure, each user has a map where he needs to allocate his ships and one map where he will choose where to shoot to try to hit his enemy’s ships. The one who hit all opponent’s ships first, wins the game. The ships allocation can be manually or automatic (random position) and there is also a chat implemented where one user can talk to his opponent. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This is a chat system composed of a TCP/IP server daemon and its corresponding java client. You can chat with other peers in clear text or AES password-based encryption on your own computer network. The AES encryption and decryption is based on 128 bit key which is reached by padding the resulting SHA256 from your provided password. Simply put, SHA is a checksum that change when a single bit change.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    EZ Intranet Messenger is designed to work within a LAN segment, without the presence of centralized server. Its primary goal is to provide instant messaging service, along with online status notification, file transmission, and real time public chat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    X-Core

    X-Core

    The original Xivio.com World Server Core

    Xivio.com was a commercial children's virtual world website created in 2006 by Gavin Conrad. This is the legacy World Server Java Core made available to the world to do with as it wishes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Internal Chat is a corporate client-server chat (instant messaging) application. It is written in Java and thus can be run on any platform that supports Java. It uses PostgreSQL or MySQL as DBMS, Jetty as embedded HTTP-server, supports SSL, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next