@walkeros/server-core
Node.js-specific utilities for server-side walkerOS implementations, covering HTTP communication and cryptographic hashing for backend event processing.
Documentation • NPM Package • Source Code
Installation
npm install @walkeros/server-coreQuick 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