> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# BaseNetworkLibrary class

> Abstract base class for network libraries.

# BaseNetworkLibrary

## Summary

Abstract base class for network libraries.

## Signature

```typescript theme={null}
declare abstract class BaseNetworkLibrary extends Library implements INetworkLibrary 
```

## Remarks

Extend this class to implement a custom network library and register it with `NanoforgeApplication.useNetwork`. The built-in implementations are `NetworkClientLibrary` and `NetworkServerLibrary`.
