All Projects → chris-piekarski → python-json-socket

chris-piekarski / python-json-socket

Licence: other
JSON messaging based socket interface with multi-threaded server and client

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
Gherkin
971 projects

Projects that are alternatives of or similar to python-json-socket

Transient
A full stack, reactive architecture for general purpose programming. Algebraic and monadically composable primitives for concurrency, parallelism, event handling, transactions, multithreading, Web, and distributed computing with complete de-inversion of control (No callbacks, no blocking, pure state)
Stars: ✭ 617 (+1086.54%)
Mutual labels:  distributed-computing, threading
LSTM-TensorSpark
Implementation of a LSTM with TensorFlow and distributed on Apache Spark
Stars: ✭ 40 (-23.08%)
Mutual labels:  distributed-computing
OpenCV Raspberry pi TBB
Latest pre-compiled binary of Pre-released & Stable OpenCV (4.0.0) along with TBB (2018-Update 6) for Raspberry Pi.
Stars: ✭ 46 (-11.54%)
Mutual labels:  threading
dislib
The Distributed Computing library for python implemented using PyCOMPSs programming model for HPC.
Stars: ✭ 39 (-25%)
Mutual labels:  distributed-computing
yakut
Simple CLI tool for diagnostics and debugging of Cyphal networks
Stars: ✭ 29 (-44.23%)
Mutual labels:  distributed-computing
SANSA-Stack
Big Data RDF Processing and Analytics Stack built on Apache Spark and Apache Jena http://sansa-stack.github.io/SANSA-Stack/
Stars: ✭ 130 (+150%)
Mutual labels:  distributed-computing
fleex
Fleex makes it easy to create multiple VPS on cloud providers and use them to distribute workloads.
Stars: ✭ 181 (+248.08%)
Mutual labels:  distributed-computing
Quickenshtein
Making the quickest and most memory efficient implementation of Levenshtein Distance with SIMD and Threading support
Stars: ✭ 204 (+292.31%)
Mutual labels:  threading
open-stream-processing-benchmark
This repository contains the code base for the Open Stream Processing Benchmark.
Stars: ✭ 37 (-28.85%)
Mutual labels:  distributed-computing
NALib
General purpose C sourcecode collection
Stars: ✭ 16 (-69.23%)
Mutual labels:  threading
paleo
An analytical performance modeling tool for deep neural networks.
Stars: ✭ 76 (+46.15%)
Mutual labels:  distributed-computing
Orleans.CosmosDB
Orleans providers for Azure Cosmos DB
Stars: ✭ 36 (-30.77%)
Mutual labels:  distributed-computing
Low Poly Procedural Trees and Vegetations Project
No description or website provided.
Stars: ✭ 14 (-73.08%)
Mutual labels:  threading
Theano-MPI
MPI Parallel framework for training deep learning models built in Theano
Stars: ✭ 55 (+5.77%)
Mutual labels:  distributed-computing
funboost
pip install funboost,python全功能分布式函数调度框架,。支持python所有类型的并发模式和全球一切知名消息队列中间件,python函数加速器,框架包罗万象,一统编程思维,兼容50% python编程业务场景,适用范围广。只需要一行代码即可分布式执行python一切函数。旧名字是function_scheduling_distributed_framework
Stars: ✭ 351 (+575%)
Mutual labels:  threading
fahclient
Dockerized Folding@home client with NVIDIA GPU support to help battle COVID-19
Stars: ✭ 38 (-26.92%)
Mutual labels:  distributed-computing
atpbar
Progress bars for threading and multiprocessing tasks on terminal and Jupyter Notebook
Stars: ✭ 74 (+42.31%)
Mutual labels:  threading
meesee
Task queue, Long lived workers for work based parallelization, with processes and Redis as back-end. For distributed computing.
Stars: ✭ 14 (-73.08%)
Mutual labels:  distributed-computing
SlurmClusterManager.jl
julia package for running code on slurm clusters
Stars: ✭ 27 (-48.08%)
Mutual labels:  distributed-computing
tasq
A simple task queue implementation to enqeue jobs on local or remote processes.
Stars: ✭ 83 (+59.62%)
Mutual labels:  distributed-computing

The final Python 2 package version is 1.6.1
Python 2 PyPi: https://pypi.org/project/jsocket/1.6.1/
Python 3 PyPi: https://pypi.org/project/jsocket/1.7/

pip install jsocket

Example:

See the examples_servers.py file for an example of how to use the threaded server factory feature of this module. Can also upload the python_json_socket_3.ipynb notebook to Google colab

Unit Test: Lettuce unit test exists under features directory See that directories README for instructions on installing python3 lettuce fork

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].