Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@nmtjs/json-format

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nmtjs/json-format

JSON serialization format for the Neemata protocol.

npmnpm
Version
0.15.0
Version published
Weekly downloads
64
156%
Maintainers
1
Weekly downloads
 
Created
Source

NeemataJS - RPC application server for real-time applications (proof of concept)

Built with following in mind:

  • transport-agnostic (like WebSockets, WebTransport, .etc)
  • format-agnostic (like JSON, MessagePack, BSON, .etc)
  • binary data streaming and event subscriptions
  • contract-based API
  • end-to-end type safety
  • CPU-intensive task execution on separate workers

Jobs E2E (Local Docker)

Prerequisites:

  • Docker Desktop (or Docker Engine) with docker compose available

No host ports are exposed in this setup. Tests run fully inside Docker containers. The test image is optimized for Docker layer caching with pnpm fetch + offline install.

Run both backends with one command:

pnpm run test:e2e:jobs:docker

This command rebuilds the test image on each run and executes Redis + Valkey suites in one pass.

Run Jobs E2E directly in Docker:

docker compose -f docker-compose.jobs-e2e.yml run --rm --build test-jobs

Manual Docker control:

docker compose -f docker-compose.jobs-e2e.yml up -d --wait redis valkey
docker compose -f docker-compose.jobs-e2e.yml run --rm --build test-jobs
docker compose -f docker-compose.jobs-e2e.yml down -v --remove-orphans

FAQs

Package last updated on 22 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts