2 Repos
Execution of server-delivered JavaScript on the client side via specific content types or event streams.
Distinct from Client-Side Tool Execution: Web-centric remote script delivery, distinct from system administration or secure binary sandboxing.
Explore 2 awesome GitHub repositories matching web development · Remote Script Execution. Refine with filters or upvote what's useful.
Botkit is a multi-platform chatbot framework designed to build conversational bots that operate across different messaging services using a unified interface. It provides a core system for multi-platform development, utilizing a platform adaptation layer to translate service-specific API payloads into a standardized internal format. The framework features a conversational dialog manager that coordinates multi-turn interactions through state-tracking, branching logic, and scripted flows. It employs a message processing middleware pipeline to intercept, normalize, and enrich incoming and outgoi
Allows loading and executing scripts from a remote system to enable dynamic conversation paths without redeploying.
Datastar is a framework for hypermedia application development that enables the creation of reactive user interfaces using declarative HTML attributes. It focuses on server-driven state management, offloading application logic and state transitions to the backend to reduce frontend complexity. The project distinguishes itself through real-time UI streaming, using Server-Sent Events to push incremental DOM patches and state changes over a single long-lived connection. It synchronizes frontend and backend state by applying partial JSON updates to a client-side signal store and employs morphing-
Enables the execution of JavaScript delivered from the server via content types or SSE.