FLUTTER ECOSYSTEM

francescovallone/serinus

Serinus는 Dart로 구동되는 효율적이고 확장 가능한 백엔드 애플리케이션을 빌드하기 위한 최소한의 프레임워크입니다. 🎯

세리누스 프로젝트 이미지
Stars
110
Forks
12
최근 푸시(UTC)
2026. 5. 17.
프로젝트 상태
활성
Francesco Vallone GitHub avatar
GITHUB User

Francesco Vallone ↗

Human Being, Addicted to Beer and Coffee. Working on @avesbox

언어DartVueTypeScriptCSSJavaScriptDockerfileShell

기술 주제

이 저장소가 배포한 패키지

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

Serinus Banner

https://img.shields.io/github/actions/workflow/status/francescovallone/serinus/serinus.yml?logo=dart&label=Tests Discord CodeFactor

Serinus

Serinus provides a powerful and flexible framework for building server-side applications in Dart. Our open-source Dart framework, packages, and tools make it easy to create high-performance, scalable, and maintainable applications.

Installation

To install Serinus you can either install the official CLI tool globally using pub:

dart pub global activate serinus_cli

or add Serinus to your pubspec.yaml file:

dart pub add serinus

Create a new project

If you have installed the Serinus CLI tool, you can create a new Serinus project using the following command:

serinus create <project_name>

This will bootstrap a new Serinus project in a directory named <project_name>.

Run the project

cd <project_name>
serinus run

By default the server will run on port 3000 and will listen for requests on localhost. You can change these settings modifying the file where you have defined the application (by default this file is lib/main.dart) or by passing the --port and --host flags to the run command:

serinus run --port=8080 --host=localhost

You can also start the application in development mode adding the --dev flag to the command:

serinus run --dev

In development mode the server will automatically restart when you change the source code.

Documentation

You can find the documentation here.

License

Serinus is licensed under the MIT license. See the LICENSE file for more info.

Contributing

If you want to contribute to Serinus, please read the CONTRIBUTING file.

Our amazing sponsors

We would like to thank our sponsors for their support:

Avatar: chimon2000