상위 Flutter 백엔드, 웹 서버 및 웹 프레임워크 패키지 웹 서버는 웹 페이지, API 및 기타 콘텐츠를 인터넷을 통해 사용자에게 제공하기 위해 특별히 설계된 것입니다. 웹 서버는 일반적으로 HTTP 프로토콜을 사용하여 웹 브라우저와 같은 클라이언트로부터 요청을 받고 요청된 콘텐츠를 클라이언트에게 반환합니다. 웹 서버는 일반적으로 웹 사이트 및 기타 웹 기반 응용 프로그램을 호스팅하며, 일반적으로 웹 사이트 또는 응용 프로그램의 소유자가 관리합니다. 플러터 애플리케이션의 백엔드로 웹 서버가 사용되는 경우 Backend Server로도 알려져 있습니다. BaaS 또는 "Backend as a Service"는 개발자가 애플리케이션에 백엔드 기능을 쉽게 추가할 수있는 유형의 클라우드 기반 서비스입니다. BaaS 서비스는 일반적으로 사용자 관리, 데이터 저장 등 일반적인 백엔드 작업과 같은 사전 빌드 된 다양한 백엔드 기능을 제공합니다. 이를 통해 개발자는 프론트엔드를 구축하는 데 집중할 수 있으며 백엔드 인프라를 구현하고 관리하는 데 걱정할 필요가 없습니다. BaaS 서비스는 일반적으로 타사 회사에서 제공되며 인터넷을 통해 액세스됩니다. 다트 백엔드 서버, Backend-as-a-service API, 웹 서버 및 웹 프레임워크의 완전한 목록은 아래에 제공됩니다.
appwrite
522
Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API
serverpod
522
Serverpod is an open-source, scalable app server, written in Dart for the Flutter community.
universal_html
438
A 'dart:html' that works in all platforms, including Flutter and server-side. Eases cross-platform development and HTML / XML processing.
alfred
345
A performant, expressjs like web server / rest api framework thats easy to use and has all the bits in one place.
shelf_router
259
A convenient request router for the shelf web-framework, with support for URL-parameters, nested routers and routers generated from source annotations.
json_rest_server
174
JSON을 기반으로 한 RESTful 서버입니다. 이 패키지를 사용하여 인증, 페이징 및 애플리케이션 구축을 위해 필요한 모든 서비스를 갖춘 완전한 기능의 RESTful 서버를 구축할 수 있습니다.
conduit
165
A modern HTTP server application framework, ORM and OAuth2 provider with OpenAPI 3.0 integration. Foundation for REST, RPC or GraphQL services.
parse_server_sdk_flutter
127
Parse Server에 연결하기 위한 Flutter SDK입니다. Parse Platform을 사용하여 앱을 더 빠르게 빌드하세요.
dchisel
46
REST API를 생성하기 위한 간단한 Dart 웹 프레임워크입니다. DChisel은 사용자 지정 미들웨어 및 Mysql & PostgreSQL ORM을 지원합니다.
bones_api
28
Bones_API - 강력한 API 백엔드 프레임워크로 Dart용입니다. 기본 HTTP 서버, 라우트 핸들러, 엔티티 핸들러, SQL 변환기 및 DB 어댑터가 포함되어 있습니다.
odoo_api
20
Flutter용 Odoo JSON RPC 커넥터 라이브러리로, Odoo 8.0+와 연결하고 인증, 데이터 읽기, 업데이트 및 생성, JSON 유형 컨트롤러, 사용자 정의 모델 메소드 등을 수행할 수 있습니다.