# @walkeros/server-core

> Server-specific utilities for walkerOS

Latest version **4.6.1** (published 2026-09-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install @walkeros/server-core
pnpm add @walkeros/server-core
yarn add @walkeros/server-core
bun add @walkeros/server-core
```

## Health

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

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

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 4.6.1 |
| Published | 2026-09-14 |
| First published | 2025-07-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 35 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 344 |
| Author | elbwalker |
| Maintainers | alexanderkirtzel |
| Keywords | walkerOS, server, node, utilities |

## Links

- npm: https://www.npmjs.com/package/@walkeros/server-core
- Repository: https://github.com/elbwalker/walkerOS
- Homepage: https://github.com/elbwalker/walkerOS#readme
- Issues: https://github.com/elbwalker/walkerOS/issues
- Funding: https://github.com/sponsors/elbwalker
- npm.io page: https://npm.io/package/@walkeros/server-core

## Dependencies (1)

- [@walkeros/core](https://npm.io/package/@walkeros/core.md) 4.6.1

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 4.6.1 (latest) — 2026-09-14
- 4.6.0-next-1788933594957 (next) — 2026-09-09
- 4.6.0 — 2026-09-10
- 4.6.0-next-1788817472881 — 2026-09-07
- 4.5.1-next-1788726985928 — 2026-09-06
- 4.5.0 — 2026-08-24
- 4.4.0 — 2026-08-17
- 4.4.0-next-1785285516008 — 2026-07-29
- 4.4.0-next-1785261149472 — 2026-07-28
- 4.4.0-next-1785239495233 — 2026-07-28
- 4.3.3-next-1785149620480 — 2026-07-27
- 4.3.2 — 2026-07-26
- 4.3.2-next-1784838222136 — 2026-07-23
- 4.3.1 — 2026-07-20
- 4.3.1-next-1784373088875 — 2026-07-18
- … 107 more at https://npm.io/package/@walkeros/server-core/versions

## README

<p align="left">
  <a href="https://www.walkeros.io">
    <img alt="walkerOS" title="walkerOS" src="https://www.walkeros.io/img/walkerOS_logo.svg" width="256px"/>
  </a>
</p>

# @walkeros/server-core

Node.js-specific utilities for server-side walkerOS implementations, covering
HTTP communication and cryptographic hashing for backend event processing.

[Documentation](https://www.walkeros.io/docs/sources/server) &bull;
[NPM Package](https://www.npmjs.com/package/@walkeros/server-core) &bull;
[Source Code](https://github.com/elbwalker/walkerOS/tree/main/packages/server/core)

## Installation

```bash
npm install @walkeros/server-core
```

## Quick start

```ts
import { sendServer, getHashServer } from '@walkeros/server-core';

const anonymousId = await getHashServer('user123@example.com', 16);

const response = await sendServer('https://api.example.com/events', {
  name: 'page view',
  data: { url: '/home', userId: anonymousId },
});
```

## Documentation

Full configuration, mapping, and examples live in the docs:
**https://www.walkeros.io/docs/sources/server**

## Contribute

Feel free to contribute by submitting an
[issue](https://github.com/elbwalker/walkerOS/issues), starting a
[discussion](https://github.com/elbwalker/walkerOS/discussions), or getting in
[contact](https://calendly.com/elb-alexander/30min).

## License

MIT

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