UNPKG

@openevstack/ocpp-rpc

Version:

⚡ A lightweight, production-ready RPC server built with Express and WebSocket for handling OCPP-based EV charger communication. Part of the OpenEVStack ecosystem.

6 lines (5 loc) 121 B
export interface AbortHandshakeOptions { code: number; message?: string; headers?: Record<string, string>; }