DivKit - 오픈소스 Server-Driven UI 프레임워크를 소개합니다
깃허브에서는 아래와 같이 설명하고 있군요..
DivKit 🐋 is an open source Server-Driven UI (SDUI) framework. It allows you to roll out server-sourced updates to different app versions. Also, it can be used for fast UI prototyping, allowing you to write a layout once and then ship it to iOS, Android, and Web platforms. DivKit is an excellent choice to start using server-driven UI in your project because it can be easily integrated as a simple view in any part of your app. At the starting point, you don’t need a server integration. You can include all JSON on the client-side to try it in a real-world application.
한마디로, DivKit 은 오픈소스 Server-Driven UI 프레임워크라고 머릿속에 넣어두시면 좋을것 같네요.
간단하게 내용을 정리하자면 아래와 같습니다.
- 크로스플랫폼 프레임워크
- 백엔드에서 앱을 디자인하고 JSON으로 구성하여 Android/IOS/Web 앱에 푸시하여 업데이트(앱 업데이트 없이)
- DivKit(DSL) = 데이터소스 + 레이아웃 + 템플릿
- Playground 제공
- Client : Android(Kotlin), iOS(Swift), Web(SSR + Hydration, React)
- Server Side JSON Builder : TypeScript, Kotlin
- Yandex 가 만든 오픈소스
좀 더 자세한 내용은 아래 깃허브 페이지를 참고하시면 좋을것 같고요..
오늘의 블로그는 여기까지 입니다.
항상 믿고봐주셔서 감사합니다.
'좋아하는 것_매직IT > 96.IT 핫이슈' 카테고리의 다른 글
High-order Virtual Machine (HVM) - GC가 없는 순수 함수형 런타임 (github.com/Kindelia) (0) | 2022.09.02 |
---|---|
Acorn - 쿠버네티스용 어플리케이션 배포 프레임워크 오픈소스를 소개합니다 (acorn.io) (0) | 2022.09.01 |
구글, 안드로이드용 Cross Device SDK 공개를 소개합니다 (android-developers.googleblog.com) (0) | 2022.09.01 |
fRPC - 빠르고 유연한 RPC 프레임워크를 소개합니다. (frpc.io) (0) | 2022.08.31 |
JSON Crack - JSON 데이터를 그래프로 시각화하는도구를 소개합니다. (jsoncrack.com) (0) | 2022.08.31 |