Skip to main content

Overview

Full Express.js server example with socket-serve.

Source Code

See examples/express/ in the repository.

Setup

cd examples/express
npm install

Configuration

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

Running

npm start
Navigate to http://localhost:3000

Implementation

Complete implementation available in repository.