https://github.com/pharo-ide/basys
Bidirectional asynchronous network
https://github.com/pharo-ide/basys
pharo
Last synced: 10 months ago
JSON representation
Bidirectional asynchronous network
- Host: GitHub
- URL: https://github.com/pharo-ide/basys
- Owner: pharo-ide
- License: mit
- Created: 2017-07-13T16:03:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-21T23:54:15.000Z (over 3 years ago)
- Last Synced: 2025-01-09T08:13:24.181Z (over 1 year ago)
- Topics: pharo
- Language: Smalltalk
- Size: 286 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basys
[](https://github.com/pharo-ide/Basys/releases/latest)
[](https://github.com/pharo-ide/Basys/actions/workflows/tests.yml)
[](https://pharo.org)
[](https://pharo.org)
[](https://pharo.org)
[](https://pharo.org)
[](https://pharo.org)
## Bidirectional asynchronous network.
Basys implements an abstract layer for networks which require bidirectional communication between clients and servers. Basys manages connections in such a way that sending and receiving data can be performed independently and simultaneously.
Each Basys connection runs its own incoming data loop which processes received data asynchronously. Every received data is processed in a separate thread. Communication between client and server are equivalent in both directions.
Basys is network foundation for [Seamless](http://smalltalkhub.com/#!/~Pharo/Seamless).
You can find documentation [here](https://github.com/SquareBracketAssociates/Booklet-Infrastructure)