Skip to main content

Documentation Index

Fetch the complete documentation index at: https://socket-serve.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Full Next.js App Router example with socket-serve.

Source Code

See examples/nextjs/ in the repository.

Setup

cd examples/nextjs
npm install

Configuration

.env.local:
REDIS_URL=redis://localhost:6379

Running

npm run dev
Navigate to http://localhost:3000

Implementation

Complete implementation available in repository.