New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@walkeros/server-core

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walkeros/server-core

Server-specific utilities for walkerOS

Source
npmnpm
Version
4.4.0
Version published
Weekly downloads
1.2K
18.15%
Maintainers
1
Weekly downloads
 
Created
Source

walkerOS

@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-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

walkerOS

FAQs

Package last updated on 17 Aug 2026

Related posts