An open API service indexing awesome lists of open source software.

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 🚧

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
```