# innkeeper **Repository Path**: mirrors_Jam3/innkeeper ## Basic Information - **Project Name**: innkeeper - **Description**: innkeeper can be used with socket.io to create private rooms and adds the ability to have room data - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.