#Streaming
3 posts found
stax-xml v1 설계 노트 6: v1을 실제 코드에 적용하기
stax-xml v1의 converter, event reader, stream reader와 writer를 실제 XML 처리 작업에 적용하는 방법을 정리합니다.
stax-xml v1.0.0 설계 노트 · 6편 Project > stax-xml
#stax-xml
#XML
#JavaScript
#TypeScript
#Streaming
#Guide
stax-xml v1 설계 노트 3: Node XML 생태계에서 찾지 못한 StAX 스타일 API
기존 Node XML 라이브러리와 async byte stream, typed object 사이에서 pull reader가 맡는 역할을 정리합니다.
stax-xml v1.0.0 설계 노트 · 3편 Project > stax-xml
#stax-xml
#XML
#Node.js
#Streaming
#TypeScript
#Web Streams
stax-xml v1 설계 노트 2: SAX API의 문제는 callback보다 깊다
SAX push API가 복잡한 XML 처리에서 상태와 제어 흐름을 어떻게 애플리케이션 callback으로 밀어내는지 살펴봅니다.