npm.io
4.2.1 • Published 5d ago

@walkeros/server-core

Licence
MIT
Version
4.2.1
Deps
1
Size
34 kB
Vulns
0
Weekly
2.1K
Stars
342

walkerOS

@walkeros/server-core

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

DocumentationNPM PackageSource Code

Installation

npm install @walkeros/server-core

Quick start

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, starting a discussion, or getting in contact.

License

MIT

Keywords