---
title: "shared/node"
description: "Core node harness with the types and traits used to build Base node runner extensions."
source: https://basehub.org/crates/shared/node/
---
import { LinkCard } from '@astrojs/starlight/components';

## Overview

The `shared/node` sub-crate (`base-client-node`) is part of the [shared crate group](/crates/shared/overview/).

It defines the core node harness, including the primitive types and traits that Base node runner extensions implement.

## Source

<LinkCard title="View source on GitHub" href="https://github.com/base/base/tree/main/crates/shared/node" />
