# innkeeper

> innkeeper provides servers group/room management using an memory store you can define

Latest version **1.2.2** (published 2016-06-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install innkeeper
pnpm add innkeeper
yarn add innkeeper
bun add innkeeper
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.2 |
| Published | 2016-06-16 |
| First published | 2014-12-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Mikko Haapoja |
| Maintainers | mikkoh |
| Keywords | room, session, private, data |

## Links

- npm: https://www.npmjs.com/package/innkeeper
- Repository: https://github.com/Jam3/innkeeper
- Issues: https://github.com/Jam3/innkeeper/issues
- npm.io page: https://npm.io/package/innkeeper

## Dependencies (2)

- [bluebird](https://npm.io/package/bluebird.md) ^2.3.11
- [innkeeper-storememory](https://npm.io/package/innkeeper-storememory.md) ^1.2.1

## Alternatives

- [gamedig](https://npm.io/package/gamedig.md) — 29.3K weekly downloads
- [join-monster](https://npm.io/package/join-monster.md) — 12.8K weekly downloads
- [masked](https://npm.io/package/masked.md) — 5.5K weekly downloads
- [@comunica/actor-query-process-explain-logical](https://npm.io/package/@comunica/actor-query-process-explain-logical.md) — 4.7K weekly downloads
- [@veracity/vui](https://npm.io/package/@veracity/vui.md) — 4.6K weekly downloads

## Recent versions

- 1.2.2 (latest) — 2016-06-16
- 1.2.1 — 2015-02-25
- 1.2.0 — 2015-02-24
- 1.1.1 — 2015-02-23
- 1.1.0 — 2015-02-23
- 1.0.5 — 2015-02-20
- 1.0.4 — 2015-01-07
- 1.0.3 — 2014-12-05
- 1.0.2 — 2014-12-05
- 1.0.1 — 2014-12-05
- 1.0.0 — 2014-12-05

## README

# innkeeper

[![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges)

`innkeeper` provides servers group/room management using an memory store you can define.

This module is the basis for [`innkeeper-socket.io`](https://www.npmjs.com/package/innkeeper-socket.io) which adds "real-time" room creation and joining using `socket.io`. This module is designed to allow for room creation other environments such as `express` or any other framework du jour.

See [`innkeeper-socket.io`](https://www.npmjs.com/package/innkeeper-socket.io) for further documentation.

## License

MIT, see [LICENSE.md](http://github.com/jam3/innkeeper/blob/master/LICENSE.md) for details.

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