qdot 0.0.1 copy "qdot: ^0.0.1" to clipboard
qdot: ^0.0.1 copied to clipboard

outdated

Write servers in Dart

QDot #

Server framework in Dart #

[Logo]

Provides: #

  • Web endpoints
  • File server
  • RESTful endpoints

Supports: #

  • Redirection
  • Rendering templates
  • Query and path parameters in URL

How to use: #

  1. Create the project folder with pubspec.yaml and main.dart in it.

  2. Open terminal in project folder and run:
    git clone https://github.com/mdb2301/QDot.git

  3. Update project level pubspec.yaml:

publish_to: none

environment:
  sdk: ^2.17.6
  
dependencies: 
  qdot:
    path: ./QDot
  1. Create HTML templates named index.html and test.html.

  2. Put HTML templates in {project-name}/templates/ and static files in {project-name}/static/

  3. Refer example.dart for usage

1
likes
0
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

Write servers in Dart

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, liquid_engine, mime, path

More

Packages that depend on qdot