PWA with offline-first support and WebSocket communication.
- Can be installed as a native app
- Works without internet connection
- Background sync and caching
- Native app-like experience
- Works on all devices
- Real-time notifications
- Single WebSocket connection shared across tabs
- Automatic reconnection
- HTTPS headers and CORS support
Prerequisites: - Node.js 18+
- Clone the repository:
- Install dependencies:
npm install
- Start the development server:
node server.js
- Open your browser and navigate to:
http://localhost:8000
Copyright (c) 2025 How.Programming.Works contributors