Compare commits

..

No commits in common. "main" and "378e4b69a6ca819a5361f5e5f4305fd7c2e576ba" have entirely different histories.

2 changed files with 1 additions and 26 deletions

View File

@ -1,25 +0,0 @@
# mini-syndicate-py
This is a Python implementation of the Syndicate network protocol.
It does *not* yet offer a formal Actor or Facet implementation for
Python, nor any Syndicate DSL language extensions.
pip install mini-syndicate
or
git clone https://git.syndicate-lang.org/syndicate-lang/mini-syndicate-py
cd mini-syndicate-py
virtualenv -p python3 pyenv
. pyenv/bin/activate
pip install -r requirements.txt
## Running
Start a Syndicate broker (such as
[this one](https://git.syndicate-lang.org/syndicate-rs)) in one window.
Then, run [chat.py](chat.py) several times in several separate windows:
python chat.py tcp://localhost:8001#chat

View File

@ -1,2 +1,2 @@
websockets
preserves==0.6
preserves