
# Tendril

Actor oriented web framework.

## Introduction

Tendril is a web application framework designed for building web application
servers that typically need to communicate a lot internally and externally.

## Installation

```sh
npm install --save @quenk/tendril
```

## Usage

See the test folder for examples, Tendril is best used with [@quenk/tdc][1]
however.

[1] https://github.com/quenktechnologies/tdc

## License

Apache-2.0

© Quenk Technologies Limited 2018
