Tag: API Gateway
All the articles with the tag "API Gateway".
-
마이크로서비스 라우팅 통합: session-station에서 core로 병합
독립 서비스였던 session-station을 xgen-core에 통합하면서 Gateway 라우팅과 인증 프로파일 시스템을 재설계한 과정
-
Gateway 서비스 매핑: LLM/Crawler/ML 통합 구성
Rust API Gateway에서 YAML 기반 서비스 매핑으로 8개 마이크로서비스의 모듈별 라우팅을 구성한 과정
-
Rust로 API Gateway 만들기: JWT 검증 + CORS + 프록시
Axum 기반 Rust API Gateway의 JWT 인증, CORS 설정, 리버스 프록시, WebSocket 프록시 구현 과정