Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: socketserver

anishvedant/End-to-End-Encryption

End-to-End Encryption with Python Socket Communication This Python project demonstrates end-to-end encryption (E2EE) using the x25519 key exchange protocol and AES encryption for secure communication between a client (Alice) and a server (Bob) over a socket connection.

Language: Python - Size: 25.4 KB - Last synced: 4 days ago - Pushed: 5 days ago - Stars: 0 - Forks: 0

Jishnnu/JPMC-Task-2 Fork of theforage/forage-jpmc-swe-task-2

Simple React based web application to interface with custom stock price data feeds

Language: Python - Size: 400 KB - Last synced: 9 days ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

lljustycell999/Parallel-Programming

This repository contains the three projects completed as part of a parallel programming course.

Language: Java - Size: 80.1 KB - Last synced: 12 days ago - Pushed: 12 days ago - Stars: 0 - Forks: 0

thenlabs/socket-server

An useful library for creating asynchronous network applications with PHP.

Language: PHP - Size: 175 KB - Last synced: 18 days ago - Pushed: about 2 years ago - Stars: 2 - Forks: 1

brianlangay4/Real-time-ChatApp

A Real Time chat application (sockets) Android app as a Client

Size: 108 KB - Last synced: 23 days ago - Pushed: 23 days ago - Stars: 0 - Forks: 0

giuliocorradini/PythonSocket

Python Socket Examples using different approaches and I/O models.

Language: Python - Size: 45.9 KB - Last synced: 28 days ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Konloch/Vortex-IO

Vortex IO is an easy-to-use high performant non-blocking zero dependency socket server API for Java.

Language: Java - Size: 81.1 KB - Last synced: about 1 month ago - Pushed: 5 months ago - Stars: 4 - Forks: 1

fastai/fastcgi

A fastcgi handler for Python's `socketserver` classes

Language: Jupyter Notebook - Size: 1.08 MB - Last synced: 6 days ago - Pushed: almost 2 years ago - Stars: 16 - Forks: 6

Nour-Sadek/JSON-Database-With-Java

This is a Java-based client-server application that allows clients to store data in and access data from a server in JSON format.

Language: Java - Size: 74.2 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

d33pster/serversock

Make multi-client server in python using serversock library. Uses Socket

Language: Python - Size: 13.7 KB - Last synced: 25 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

ITST-Mapaches/knock-knock_Server

Este repositorio corresponde al servidor de bromas usando sockets en Java

Language: Java - Size: 9.77 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

thenameless314159/Andromeda.Network

.NET5 networking library based on BedrockFramework and AspNetCore sources. Provide high performance, low level networking APIs for building custom servers and clients.

Language: C# - Size: 2.37 MB - Last synced: 3 months ago - Pushed: over 2 years ago - Stars: 14 - Forks: 3

hardikkum444/Online-Java-Compiler-IDE

This repository contains a Java program that acts as an HTTP and socket server. It allows users to send Java code via HTTP requests or socket connections. The server compiles the received Java code, executes it, and returns the output to the user.Users can interact with the server to compile and run Java code remotely.

Language: Java - Size: 186 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 3 - Forks: 0

hardikkum444/Java-Socket-Server

Creating multiple HTTP java socket servers performing various tasks

Language: Java - Size: 1.38 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

TioStitch/StitchCloud

Um minimalista sistema de comunicação para estudo entre servidor e cliente usando Sockets.

Language: Java - Size: 9.77 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

MatviiB/notifier

NO LIBRARIES socket per page bridge for your Laravel application. (CLIENT PART INCLUDED)

Language: PHP - Size: 137 KB - Last synced: about 1 month ago - Pushed: over 5 years ago - Stars: 62 - Forks: 7

Umartahir93/Chat-Server-With-NIO

This chat server is capable of handling a larger number of clients without creating threads for each client. I have followed a nonblocking way for creating a chat server in java. Like any other nonblocking server special protocol is created for client-server communication. Some improvements are required to handle the partial read/write problem.

Language: Java - Size: 141 KB - Last synced: 4 months ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

adrialfonso/tcp-chat-room

A simple localhost terminal chat application implemented in Python.

Language: Python - Size: 12.7 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

JustinLye/NetworkProgramming

Self-Study Project to implement Server/Client applications that communicate via sockets. The sockets will be compatible with Windows (WinSock) and Linux sockets. Server will support multiple clients. Secure socket communcation with api for Windows (CyrptAPI) and Linux(?). Implement server client communication across internet (i.e. not just local host)

Language: C++ - Size: 1.74 MB - Last synced: 4 months ago - Pushed: almost 7 years ago - Stars: 1 - Forks: 0

zeenatali5710/centralized-multiuser-concurrent-Bank-Manager

Bank Server-Client system where server program services online requests for account manipulations and maintains customer records and clients use its services to update bank accounts. The operations that can be performed on an account are: withdrawal of an amount from an account and deposit of an amount into an account. Additionally, the bank server can have it's own service that periodically deposits an interest amount to each account based on some fixed rate.

Language: C++ - Size: 560 KB - Last synced: 5 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

zegelin/python-systemd-socketserver

Socket server implementation that works with systemd socket activation.

Language: Python - Size: 2.93 KB - Last synced: 6 days ago - Pushed: about 4 years ago - Stars: 4 - Forks: 2

mariekart42/WEBSERVE

Webserv is a HTTP server implementation as part of the 42 school curriculum. This project focuses on building a robust web server capable of handling multiple client connections, serving static and dynamic content, and managing various HTTP requests. It is developed in C++98 and aims to provide a fundamental understanding of web server architecture

Language: C++ - Size: 22.1 MB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 1 - Forks: 1

IanDanielM/Simple-Web-Server

simple web server that allows searching of text or strings in a file

Language: Python - Size: 12.7 KB - Last synced: 8 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

AsterisCrack/Simple_Unity-Python_connection

Two simple scripts that will easily serve as a basis to send and recieve data between Python and Unity

Language: Python - Size: 5.86 KB - Last synced: 8 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

SebastianTuquerrezG/SistemasOperativos

Proyectos Sistemas Operativos, C en linux (Debian)

Language: C - Size: 219 KB - Last synced: 8 months ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

forrestly/SSCore

dotnet core version of SuperSocket

Language: C# - Size: 313 KB - Last synced: 3 months ago - Pushed: about 7 years ago - Stars: 54 - Forks: 19

Jishnnu/JPMC-Task-3 Fork of theforage/forage-jpmc-swe-task-3

Simple React based web application is setup to interface with custom stock price data feeds via interactive graphs and visualization charts.

Language: Python - Size: 405 KB - Last synced: 9 days ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

sergeLabo/atts

Android Threaded TCP Server made with kivy buildozer python3

Language: Python - Size: 8.81 MB - Last synced: 9 months ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

crazywolf132/Asher.Ai

Welcome to the API side of Asher, where all the language processing happens.

Language: JavaScript - Size: 219 MB - Last synced: 10 months ago - Pushed: about 2 years ago - Stars: 20 - Forks: 1

hoat23/ServerTest

Servers

Language: Python - Size: 104 KB - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

ImMamey/project-BDD

A Client-Server architecture, using TCP sockets, threading, md5-hash encryption, docker containers and docker networking.

Language: Python - Size: 171 KB - Last synced: about 1 month ago - Pushed: 11 months ago - Stars: 1 - Forks: 0

ask-1710/Pocket-Directory

A python script using socketserver to share files from a laptop to a mobile

Language: Python - Size: 3.91 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

javiaspiroz/chat_using_sockets Fork of joseIgnaciodv/chat_using_sockets

Web Chat Sockets

Size: 3.96 MB - Last synced: 10 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 1

Qbason/Python_Syslog

Mikrotik remote log + Python SocketServer + DjangoRestApi + ReactJs

Language: Python - Size: 311 KB - Last synced: 10 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

badlocale/HashSnail-Server

Server side of a distributed password-recovery system.

Language: Java - Size: 40.3 MB - Last synced: 11 months ago - Pushed: over 1 year ago - Stars: 4 - Forks: 1

NKAmazing/Computacion-II

Repositorio usado para la materia Computacion II de la UM

Language: Python - Size: 53.7 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

ijrios/bibliopolium_app

Librería (Reseñas - Reservas) - OOP.

Language: Java - Size: 6.74 MB - Last synced: about 1 month ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

dmyersturnbull/service-it 📦

Turn any Python function into a daemon that listens on a socket or port.

Language: Python - Size: 230 KB - Last synced: 16 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

LuisFerRodVar/CarreraJavaSockets

Proyecto académico sobre una simulación en consola de carreras de caballos con sockets, donde un cliente puede apostar por su caballo preferido y el servidor organiza carreras y maneja las apuestas de manera adecuada. Durante la simulación cada caballo crea un hilo de ejecución

Language: Java - Size: 386 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

mc-cat-tty/Python-Socket-FileServer

Python implementation of a custom protocol to send and receive files over the network.

Language: Python - Size: 115 KB - Last synced: 23 days ago - Pushed: over 3 years ago - Stars: 6 - Forks: 0

CarlosSandoval-03/Fast-Search

Fast Search is a software project aimed at developing an efficient search system using the C programming language on POSIX operating systems.

Language: C - Size: 297 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

JonatanBadillo/Server-Client-Sockets-Cinema-System

This is a problem based on a Cinema System in which programs server and client exchange messages using sockets

Language: C - Size: 65.4 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

anuragdevon/virtual-car-automation

Using termux, shell scripting and python sockets communication to create a real-time simulation of car networking inside android-mobiles

Language: Python - Size: 212 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 2 - Forks: 0

arashsm79/galactic-sea-battle

Galactic Sea Battle - Battleship with multiplayer server written in Java using Javafx and Sockets

Language: Java - Size: 3.04 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 5 - Forks: 0

Gonelastvirus/finalyearproject

Channels is a project that takes Django and extends its abilities beyond HTTP - to handle WebSockets, chat protocols, IoT protocols, and more. It’s built on a Python specification called ASGI.

Language: Python - Size: 42.3 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 1

attack-on-backend/python

一个有深度的Python系列博客 🐍

Size: 31.1 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 15 - Forks: 2

capricornxl/socket_escrow_program

基于Socket的远程执行命令托管程序,agent是被控端运行,control是控制端使用,具体使用请使用-h可看

Language: Python - Size: 2.4 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 3 - Forks: 0

fr0der1c/Chattincrypted-server 📦

Online chatting using OpenPGP end-to-end encryption that every privacy lover likes.

Language: Python - Size: 73.2 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 1 - Forks: 0

psychon-night/communicationService 📦

This is where you can get updates for the Python Communication Service files

Language: Python - Size: 79.1 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 1

terremoth/php-siwese

PHP Web Server made with... PHP!

Language: PHP - Size: 17.6 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 1

SonyKar/Network-Chess

University project 2020. Chess playable with friend through network. Chess should not check the validity of moves or whenever game is over but the interface is provided a few buttons for this purpose.

Language: Java - Size: 728 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

tolia77/pc-controller-server

Program to remotely control PC through sockets

Language: C# - Size: 57.6 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

DrabanL/AsyncSocketNetwork

Offers generic simplified implementation of networking based on async sockets.

Language: C# - Size: 44.9 KB - Last synced: 26 days ago - Pushed: almost 5 years ago - Stars: 1 - Forks: 0

Nikoo-Asadnejad/SocketService

A class library which simplifies creating network sockets

Language: C# - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ysyesilyurt/CLI-ChatApp

Command Line Interface ChatApp utilizing SocketServer and ThreadingMixIn

Language: Python - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 7 - Forks: 3

cristianzsh/easy-shell

A pure Python script to easily get a reverse shell

Language: Python - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 48 - Forks: 6

brentengelbrecht/threaded-socket-server

Threaded socket server

Language: C - Size: 41 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

soban09/Chat-App

A real time Chat Application build on React and Socket.io

Language: JavaScript - Size: 963 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 3

QuantumByteStudios/Java-ClientAndServer-Communication

A simple Java Sockets-based console application for sending messages from the client to the server.

Language: Java - Size: 397 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

RayTW/RA

The library provides mysql (CRUD), socket server, logging.

Language: Java - Size: 2.74 MB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 2 - Forks: 1

EmbeddedNim/fastrpc

fastrpc

Language: Nim - Size: 1.38 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 1

luisbrandino/easyhttp

👩‍💻 Simple Python HTTP server

Language: Python - Size: 10.7 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 5 - Forks: 0

alexandrucancescu/CrossLanguageTCP

A cross language implementation of TCP sockets in Java and C#. The example shows how to send Strings and integers.

Language: C# - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 1 - Forks: 0

AdamPiszczek/client-server-game_enter-the-number-closest-to-the-average

client-server design (guess the closest number to the average score game)

Language: Python - Size: 7.81 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

shadow-lad/Messaging-Using-Sockets

A simple messaging application to establish a chat room between users using sockets.

Language: Java - Size: 1.78 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 1

carlos-paezf/Curso_Node.js

Trabajo realizado siguiendo el curso de Udemy llamado "Node: De cero a experto ( Edición 2021 )"

Language: CSS - Size: 7.62 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

qwembe/tcpchat

TCPchat - server & client - via socketserver

Language: Python - Size: 19.5 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

d-Raco/UCM_Logcat_Analyzer

Android App / AWS server for managing logs

Language: Java - Size: 5.62 MB - Last synced: 12 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

rmayobre/WebKt

Networking library for Kotlin designed to make development with sockets faster and easier.

Language: Kotlin - Size: 377 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

RyanGaraffa/ChatServer

Basic Chat Server Where up to ten clients can join and chat on one server. Uses Sockets. Project from Network Programming course at Ramapo College.

Language: C - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

Ketzatl/Socket_Chat_entre_terminaux_distants

- Socket Network exercice : 2 Python scripts ( Socket_server and Socket_client). After running them on two differents terminals/computers, all command-lines write in socket_server terminal, interacts with socket_client terminal.

Language: Python - Size: 3.72 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

CristianBarretoA/transactional-workshop

Proyecto educativo realizado para la materia Sistemas distribuidos - Poli

Language: Java - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

Narumikazuchi/Networking.Sockets

Implements the a basic Client-Server communication model through the use of sockets. The communication is handled over TCP. Both server and client classes can transfer raw bytes or can be used as generic.

Language: C# - Size: 53.7 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

lunAr-creator/Meta-Lipsis

A secure chatroom implementation in python which includes the ability of account creation (and therefore logging in), aswell as the means to host your own chatroom server, or join one.

Language: Python - Size: 2.33 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

ndbaker1/radio-site

Expressjs server for an Audio Syncing Website

Language: TypeScript - Size: 16.6 MB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 1 - Forks: 1

theflyingcodr/sockets

[WIP] Go library for building a socket server and client, featuring middleware support, channels, handler funcs and re-connects.

Language: Go - Size: 13.7 MB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 1

alierqul/MoviesDatabase_PostgreSql

PostgreSql and Server Socket Two Database management

Language: Java - Size: 1.84 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

ForestJ2/gruv_socks

Easy to use library that abstracts the work away needed to transport and reconstruct messages over TCP.

Language: Python - Size: 49.8 KB - Last synced: 3 days ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

tiagocbarbosa/lista-chamada-java

Language: Java - Size: 24.4 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

nicopixel/chat

Chat with Sockets.io

Language: JavaScript - Size: 401 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

budes/Threads-para-multiplos-clientes

Sistema simples de download de arquivos para a demonstração do uso do socketserver em python

Language: Python - Size: 80.1 KB - Last synced: 11 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Ehiremen/systems-prog-fall-20

A repo for projects done during CSCI 4547 (Systems programming) during fall 2020.

Language: C++ - Size: 1.23 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

cienfuegosj/MessageServer

Python Socket Messaging Protocol Assignment for Networking

Language: Python - Size: 2.4 MB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 2 - Forks: 0

KevinFroissart/CPPChatService

QT Chat Service Interface using sockets in cpp

Language: Makefile - Size: 37.1 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

iamskab/Diffie-Hellman

Implementation of Diffie-Hellman Key-Exchange, using simple RAW-Sockets in Python

Language: Python - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

hojdars/network-intro

Basic example of how to do client-server communication with C++ and Windows sockets

Language: C++ - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 1 - Forks: 0

howlettjames/Distributed-Systems-Development

This repository contains practices and projects related to the subject Distributed Systems Programming at ESCOM - IPN.

Language: C - Size: 36.9 MB - Last synced: 12 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

carloalejandrosalas/simple-terminal-chat

Simple terminal chat using sockets. Only one room where all users can talk.

Language: JavaScript - Size: 149 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

AdityaGoyal1999/messaging-system

📩💻Full fledged working messaging web app. Users can signup and message each other in different channels.

Language: JavaScript - Size: 7.95 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

martinnacimiento/laboratorio-1-sistdist2020

Laboratorio-1 de la cátedra Sistemas Distribuidos 2020

Language: Java - Size: 232 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 2 - Forks: 1

ReeZey/socketserver

socketserver on mars

Language: Java - Size: 2.82 MB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

DrabanL/SocketNetwork

Offers generic simplified implementation of networking based on sockets.

Language: C# - Size: 58.6 KB - Last synced: 27 days ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

mtstickney/weft

A simple network server framework.

Language: Common Lisp - Size: 12.7 KB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 1 - Forks: 0

roblesoft/red-cliente-servidor

Language: Ruby - Size: 67.4 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

fristonio/Socket-Chatapp

A basic chat app writtern purely in c

Language: C - Size: 17.6 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 5 - Forks: 1

shayanfalla/Non-Blocking-Hangman-Game

Non blocking hangman server using java NIO

Language: Java - Size: 170 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 1 - Forks: 0

queercat/PiServe

Serves up my web pages.

Language: Python - Size: 12.7 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

NuCOS/nucosMQ

a python messaging module written in pure Python

Language: Python - Size: 272 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 1 - Forks: 1

AaronWard/Client-Server-Message-Application

A program that uses a server to connect multiple clients to send messages, create accounts etc.

Language: Java - Size: 34.2 KB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 0 - Forks: 1

kovalgek/sockets

Language: C - Size: 538 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0