> ## 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.

# NanoforgeServer class

> Server-side NanoForge application.

# NanoforgeServer

## Summary

Server-side NanoForge application.

## Signature

```typescript theme={null}
declare class NanoforgeServer extends NanoforgeApplication 
```

## Remarks

Extends `NanoforgeApplication` for use in Node.js server processes. Create an instance via `NanoforgeFactory.createServer`.

## Examples

### Example 1

```typescript theme={null}
```
