Skip to content

Commit

Permalink
Remove incubation warning and non-existent JS link
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Sep 26, 2024
1 parent 77105d6 commit a2d403b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Appose

***WARNING: Appose is currently in incubation.
Not all features described below are functional.
This document has some aspirational aspects!***

Appose is a library for interprocess cooperation with shared memory.
The guiding principles are *simplicity* and *efficiency*.

Expand All @@ -24,7 +20,7 @@ Separate processes, shared memory, minimal dependencies.
1. Construct an environment. E.g.:
* Java with dependencies from Maven.
* Python with dependencies from conda-forge.
* JavaScript with dependencies from NPM.
* JavaScript/Node.js with dependencies from NPM (**planned**).

2. Invoke routines in that environment:
* Routines are run in a separate process.
Expand All @@ -40,7 +36,6 @@ in each implementation's README:

* [Java](https://github.com/apposed/appose-java#examples)
* [Python](https://github.com/apposed/appose-python#examples)
* [JavaScript](https://github.com/apposed/appose-js#examples) (PLANNED)

## Workers

Expand Down

0 comments on commit a2d403b

Please sign in to comment.