From a8887b1fb620e9d6f48bce34643c486c5c1ba10e Mon Sep 17 00:00:00 2001 From: narawat Date: Fri, 13 Mar 2026 13:53:59 +0700 Subject: [PATCH] update --- docs/requirements.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.md b/docs/requirements.md index f7452d3..dc6c0e4 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -17,7 +17,7 @@ NATSBridge is a cross-platform, bi-directional data bridge that enables seamless ### Primary Objectives -1. **Cross-Platform Interoperability**: Enable seamless data exchange between Julia, JavaScript, Python, and MicroPython applications without platform-specific barriers. +1. **Cross-Platform Interoperability**: Enable seamless data exchange between Julia, JavaScript (for both Server-Side rendering and Client-Side rendering webapp), Python, and MicroPython applications without platform-specific barriers. 2. **Efficient Large Payload Handling**: Implement intelligent transport selection based on payload size: - **Direct Transport**: Small payloads (<0.5MB) sent directly via NATS @@ -46,9 +46,9 @@ NATSBridge is a cross-platform, bi-directional data bridge that enables seamless | Story | Priority | Acceptance Criteria | |-------|----------|---------------------| -| **As a Julia developer**, I want to send text messages to JavaScript applications | P1 | Text messages are serialized, encoded, and received correctly across platforms | +| **As a Julia developer**, I want to send text messages to JavaScript applications that lives on a server and also on a browser | P1 | Text messages are serialized, encoded, and received correctly across platforms | | **As a Python developer**, I want to send tabular data to Julia applications | P1 | DataFrame exchange works with both Arrow IPC and JSON formats | -| **As a JavaScript developer**, I want to send large files (>0.5MB) to other applications | P1 | Large files are automatically uploaded to file server and URLs are sent via NATS | +| **As a JavaScript developer**, I want to send large files (>0.5MB) from JavaScript applications that lives on a server and also on a browser to other applications | P1 | Large files are automatically uploaded to file server and URLs are sent via NATS | | **As a MicroPython developer**, I want to send sensor data with minimal memory usage | P1 | Direct transport works for payloads <100KB on memory-constrained devices | ### Multi-Payload Support