serinus 0.5.0 copy "serinus: ^0.5.0" to clipboard
serinus: ^0.5.0 copied to clipboard

Serinus is a framework written in Dart for building efficient and scalable server-side applications.

Serinus Logo

codecov Pub Likes Pub Points Pub Version popularity GitHub Actions Workflow Status Discord

Serinus is a framework written in Dart for building efficient and scalable server-side applications.

Getting Started #

Installation #

To install Serinus you can use the following command:

dart pub global activate serinus_cli

Create a new project #

serinus create <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.

4
likes
0
pub points
58%
popularity

Publisher

verified publisherserinus.app

Serinus is a framework written in Dart for building efficient and scalable server-side applications.

Homepage
Repository (GitHub)
View/report issues

Topics

#server #httpserver #backend #web #http

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

acanthis, async, collection, http_parser, intl, logging, meta, mime, shelf, spanner, stream_channel, uuid, web_socket_channel

More

Packages that depend on serinus