# @tramvai/tokens-server-private

> Tramvai private tokens for @tramvai/module-server

Latest version **6.82.54** (published 2026-09-03) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @tramvai/tokens-server-private
pnpm add @tramvai/tokens-server-private
yarn add @tramvai/tokens-server-private
bun add @tramvai/tokens-server-private
```

## Health

**Score 65/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 6.82.54 |
| Published | 2026-09-03 |
| First published | 2022-04-07 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 17 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 130 |
| Maintainers | super_oleg, meskill, tinkoffbank |

## Links

- npm: https://www.npmjs.com/package/@tramvai/tokens-server-private
- Repository: https://github.com/tramvaijs/tramvai
- Homepage: https://github.com/tramvaijs/tramvai#readme
- Issues: https://github.com/tramvaijs/tramvai/issues
- npm.io page: https://npm.io/package/@tramvai/tokens-server-private

## Dependencies (1)

- [@tramvai/papi](https://npm.io/package/@tramvai/papi.md) 6.82.54

## Recent versions

- 6.82.54 (latest) — 2026-09-03
- 7.43.1 (prerelease) — 2026-09-03
- 5.53.174 (stable-v5.x.x) — 2026-08-12
- 4.41.124 (stable-v4.x.x) — 2025-09-26
- 3.41.49 (stable-v3.x.x) — 2025-01-26
- 7.41.7 — 2026-08-28
- 6.82.46 — 2026-08-28
- 7.41.3 — 2026-08-28
- 6.82.42 — 2026-08-27
- 7.41.2 — 2026-08-25
- 6.82.41 — 2026-08-25
- 7.41.1 — 2026-08-20
- 7.39.1 — 2026-08-18
- 6.82.38 — 2026-08-18
- 7.39.0 — 2026-08-17
- … 735 more at https://npm.io/package/@tramvai/tokens-server-private/versions

## README

# [<img src="tools/docSite/static/img/logo/tramvai-yellow-full.svg" alt="taiga ui logo" height="32px">](https://tramvai.dev/)

Modular framework for universal React applications

---

## Features

- ✈️ **Universal**

  Creates SSR `React` applications - includes solid server with metrics, health checks and graceful degradation support

- 💉 **Dependency Injection**

  Provides simple and powerful DI system, inspired by `Angular` and `Nest.js` best practices

- 🧩 **Modular**

  Every application build from list of feature modules - doing one thing right!

- ⚡ **Fast and lightweight**

  Enforces best web-performance techniques - resources preloading and inlining, lazy hydration 🚀, modern ES bundles, tree-shakable libraries

- 🔗 **Chain of commands**

  Elegant pattern for complete control over application life-cycle - predictable flow for every HTTP request into application, running async actions in parallel, limits the duration of server-side actions

- 🧱 **Micro Frontends**

  Heavily integrated solution for Micro Frontends with SSR and Module Federation

- 🛠️ **Tooling**

  Functional CLI for generating, develop, analyze, and bundling `tramvai` applications - powered by `webpack@5`

- 🧪 **Testing**

  Complete set of unit and integration testing utilites - powered by `jest` and `testing-library`

- 🕊️ **Migrations**

  Automatic migrations with `jscodeshift` codemodes

## Get started

1. Generate new application

   ```sh
   npm init @tramvai@latest my-awesome-app
   ```

2. Run development server
   ```bash
   cd my-awesome-app && npm start
   ```
   application will be available at `http://localhost:3000/`

## Tutorials

[Pokedex application](https://tramvai.dev/docs/tutorial/new-app)

## Sandboxes

[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/tramvai-new-qgk90?fontsize=14&hidenavigation=1&theme=dark)

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