
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
tinylicious
Advanced tools
Tinylicious is a minimal, self-contained, test implementation of the Fluid Framework service that is much smaller (tinier!) than Routerlicious, our reference implementation of the service.
Tinylicious includes most of the basic features needed to test data stores and containers. While we use the Local Server as an in-browser service for much of our data store and container development, Tinylicious offers some advantages because it's a standalone process. For instance, testing a Fluid Container from 2+ simultaneously connected clients can be easier using Tinylicious.
If you're looking for a reference implementation of the Fluid service, don't look here! Go check out Routerlicious.
You can build this service by running the following in the /server/routerlicious directory (NOT in this directory):
npm i -g pnpm
pnpm i
pnpm build
Afterwards, you can start and stop this service with the following commands in this directory:
pnpm start
pnpm stop
Tinylicious uses port 7070 by default. You can change the port number by setting an environment variable named PORT to the desired number. For example:
$env:PORT=6502
pnpm start
By default, tinylicious logs all output to stdout. You can adjust the logging level using the logger__level
environment variable. For example, setting logger__level=error will log only errors. Using the level crit will hide
all output.
The config.json file can be used to configure the Tinylicious service.
| Parameter | Description | Default |
|---|---|---|
db.inMemory | Boolean indicating whether ops are stored in memory or to disk | true |
db.path | If db.inMemory is false the folder on disk to store the ops | "/var/tmp/db" |
storage | Storage path for snapshots | "/var/tmp/tinylicious" |
See config.json for more settings and their defaults.
FAQs
Tiny, test implementation of the routerlicious reference service
The npm package tinylicious receives a total of 2,019 weekly downloads. As such, tinylicious popularity was classified as popular.
We found that tinylicious demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.