Skip to main content

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.