https://github.com/linqlover/yaros
🚧 yet another remote object server 🚧
https://github.com/linqlover/yaros
Last synced: 4 months ago
JSON representation
🚧 yet another remote object server 🚧
- Host: GitHub
- URL: https://github.com/linqlover/yaros
- Owner: LinqLover
- License: mit
- Created: 2024-01-21T23:41:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-19T01:03:47.000Z (10 months ago)
- Last Synced: 2025-09-19T03:15:31.308Z (10 months ago)
- Language: Smalltalk
- Homepage:
- Size: 219 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yaros
## Installation
### Squeak
```smalltalk
Metacello new
baseline: 'Yaros';
repository: 'github://LinqLover/yaros:main';
get; "for updates"
load.
```
See examples on class side of `YarosServer`.
## JavaScript
Install [Deno](https://deno.land/).
```bash
deno run --allow-net js/main.js
```