1.0.5 • Published 8 months ago
front-end-controller v1.0.5
FrontEndController and StorageManager System
Overview
This project provides a powerful framework where the backend can dynamically control the frontend through WebSocket communication. The system is complemented by a StorageManager
utility for managing browser storage efficiently. The FrontEnd
class handles WebSocket interactions, ensuring seamless communication between the server and client.
Features
- Backend-Controlled Frontend: Dynamically modify frontend behavior through backend commands.
- WebSocket Integration: Real-time communication between server and client.
- Efficient Storage Handling: Manage
LocalStorage
,SessionStorage
,Cookies
, andIndexedDB
with ease. - Error Resilience: Robust error handling for communication and storage tasks.
Getting Started
Prerequisites
- A backend capable of managing WebSocket connections.
- A modern browser environment that supports
WebSocket
,localStorage
,sessionStorage
, andIndexedDB
.