Showing 27 open source projects for "linux socket thread"

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.
    Get started free
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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: 12 This Week
    Last Update:
    See Project
  • 3
    Chatto

    Chatto

    A lightweight framework to build chat applications, made in Swift

    ... and provides a placeholder for an input component. Provides support for interactive dismissal of the keyboard and adjusts the insets automatically when it appears. Calculates this layout in a background queue (partially if your sizing routines can be only executed in the main thread). Triggers notifications to the data source to retrieve more messages (pagination). Encourages clean code by decoupling your message's presentation into different presenters.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Online Customer Service live chat

    Online Customer Service live chat

    WeLive is an online customer service system, online support

    ... or above. 2. MySQL5.0 or above. 3. PHP Socket module loaded. Re: Wamp Server is recommended to install on local computers for testing WeLive5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 5
    WeLive Online Support  live chat

    WeLive Online Support live chat

    WeLive5 is an online customer service system, online support

    ... or above. 2. MySQL5.0 or above. 3. PHP Socket module loaded. Re: Wamp Server is recommended to install on local computers for testing WeLive5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    libircclient is a small but powerful library, which implements client-server IRC protocol. It has all features needed to create your own IRC client or bot, including multi-threading support, sync and async interfaces, CTCP/DCC support, colors, SSL connections and so on.
    Leader badge
    Downloads: 57 This Week
    Last Update:
    See Project
  • 7

    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. The system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    BlackBoxSocket

    My twist to a Java based secure layer for socket communication.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    c# basic chat program

    Basic Chat program between client and server using c#

    Basic Chat program between client and server using c# and Socket API
    Downloads: 0 This Week
    Last Update:
    See Project
  • Let your volunteer coordinators do their best work. Icon
    Let your volunteer coordinators do their best work.

    For non-profit organizations requiring a software solution to keep track of volunteers

    Stop messing with tools that aren’t designed to amplify volunteer programs. With VolunteerMatters, it’s a delight to manage everything in one place.
    Learn More
  • 10
    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: 12 This Week
    Last Update:
    See Project
  • 11

    AJAX Chat - Open Source Web Chat

    Fully customizable web chat created using AJAX.

    MOVED: This project has moved to https://github.com/Frug/AJAX-Chat AJAX Chat is a fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, PunBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12

    InstaChat

    Hacker-like Retro Chat.

    Remember those Hacker movies chat applications? Yes, those with the green chars that appeared one by one on the screen, in real time, as the remote user typed them. That's what InstaChat aims for, a retro, multiplatform*, ncurses based real time chat, in which each key you press is directly sent through the network to the peer you are talking to. Checkout the Blog(Developers News) for NEWS! *Only tested on windows, but the only used libraries are ncurses and boost for socket...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    XSP
    XSP is an eXtensible socket-based protocol. XSP 1.0 is an XSP client. The main idea of this project is to connect two devices directly without any servers between them. Chat, file sharing and voice chat are supported now. Authors: m1kc and Solkin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    pyzok is a lightweight text based chat server written in python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A framework for creating IRC bots and clients using Python 2 or 3, focusing on ease-of-use and intuition. IRC a low level of raw events and event objects, or a higher level w channel/user objects, as well as thread and commonly used IRC client features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Flash XML Socket Server using Apache MINA and JNDI for data connections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SmartIrc4net is a multi-threaded and thread-safe IRC library written in C#. It allows you to communicate with IRC servers. The API features full channel syncing and is splitted in 3 layers: IrcConnection, IrcCommands and IrcClient.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Multi-purpose, platform/language independent Server with the ability to handle multiple concurrent connections on 1 socket, interactively/dynamically starting and stopping service modules. Needs only 1 port opened to access many different services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JS-Bridge to Java Socket API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    J2ME MIDlet with a Socket Server :: Isometric Engine Chat Machine
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Moonbeam is a xml socket server written in java. It’s primary use is targeted on building multi user applications - anything that reaches from chat rooms, over games to instant messengers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The ChatRoom based Java Socket
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    mssd is a modular socket server written in Perl. It\'s primary purpose is to be used with Macromedia Flash clients using XML, but it provides a plug-in architecture which theoreticaly allows any TCP/IP protocol to be implemented.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    FulbotPHP is a simple IRC bot totaly written in PHP via socket functions. FulbotPHP can handle most of the basic IRC commands, but not any automatic features like floodprotection YET!.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Phosphor is a peer-to-peer file sharing program. XML network protocol, with source in Java and Swing. Uses thread pools extensively and is designed to scale very well. Chat capabilities. This is Napster done right!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next