# babascript-linda-adapter

> babascript adapter for use with linda

Latest version **0.1.6** (published 2014-12-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install babascript-linda-adapter
pnpm add babascript-linda-adapter
yarn add babascript-linda-adapter
bun add babascript-linda-adapter
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.6 |
| Published | 2014-12-16 |
| First published | 2014-09-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | TakumiBaba |
| Maintainers | takumibaba |

## Links

- npm: https://www.npmjs.com/package/babascript-linda-adapter
- npm.io page: https://npm.io/package/babascript-linda-adapter

## Dependencies (3)

- [async](https://npm.io/package/async.md) ^0.9.0
- [linda](https://npm.io/package/linda.md) ^1.2.1
- [socket.io-client](https://npm.io/package/socket.io-client.md) ^1.1.0

## Recent versions

- 0.1.6 (latest) — 2014-12-16
- 0.1.5 — 2014-12-04
- 0.1.4 — 2014-10-04
- 0.1.3 — 2014-10-04
- 0.1.2 — 2014-09-23
- 0.1.1 — 2014-09-21
- 0.1.0 — 2014-09-21

## README

# Babascript LindaAdapter 

LindaAdapter is default communication adapter for Babascript.

## usage
    
    Babascript = require 'babascript'
    Client     = require 'babascript-client'
    LindaAdapter = require 'linda-adapter'

    adapter = new LindaAdapter(address)
    baba = new Babascript "baba"
    baba.attach adapter

    client = new Client "baba"
    client.attach adapter

## TODO

- write test code
- debug

---
_Source: https://npm.io/package/babascript-linda-adapter · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
