Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dedbox/racket-neuron
Decentralized Software Organisms
https://github.com/dedbox/racket-neuron
Last synced: 1 day ago
JSON representation
Decentralized Software Organisms
- Host: GitHub
- URL: https://github.com/dedbox/racket-neuron
- Owner: dedbox
- License: apache-2.0
- Created: 2017-12-28T11:44:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T21:13:56.000Z (over 2 years ago)
- Last Synced: 2024-12-03T08:08:23.264Z (about 2 months ago)
- Language: Racket
- Homepage:
- Size: 652 KB
- Stars: 17
- Watchers: 7
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-racket - neuron-lib - Implementation of neuron. (Messaging)
README
# Neuron
**Decentralized Software Organisms**
[![Racket Package](https://img.shields.io/badge/raco%20pkg-neuron-red.svg)](https://pkgs.racket-lang.org/package/neuron)
[![Documentation](https://img.shields.io/badge/read-docs-blue.svg)](http://docs.racket-lang.org/neuron/)
[![Build Status](https://travis-ci.org/dedbox/racket-neuron.svg?branch=master)](https://travis-ci.org/dedbox/racket-neuron)
[![Coverage Status](https://coveralls.io/repos/github/dedbox/racket-neuron/badge.svg?branch=master)](https://coveralls.io/github/dedbox/racket-neuron?branch=master)Neuron is a framework for creating and participating in Internet-scale
software ecosystems. Neuron provides a unified API for IPC and distributed
messaging, along with components for building dynamic data-flow networks.