Attributes
Includes Deno configuration
Repository
Current version released
2 months ago
Versions
- 2025-06-29Latest
- 2025-06-29Latest
- 2025-03-22
- 2025-03-08
- 2025-03-08
- 2025-01-19
- 2024.12.27-3
- 2024.12.27-2
- 2024.12.27
- 2024.11.18
- 2024.10.14
- 2024.10.11
- 2024.10.02-2
- 2024.10.02-2
- 2024.10.02
- 2024-09-28
- 2024-09-27
- 2024-09-27
- 2024-08-17
- 2024-08-02
- 2024-07-31
- 2024-07-31
- 0.5.3
- 0.4.1
- 0.4.0
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.2
- 0.1.0
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- 0.0.1
Planigale
Packages
Package | Latest version |
---|---|
planigale | |
sse | |
testing | |
body-parser | |
schema |
Description
Minimalistic HTTP framework for Deno
@planigale/planigale
Main package with the core functionality, including routing, middleware, and request handling.
@planigale/sse
Server-Sent Events Source and Sink this package is not bound to Planigale and can be used with any Deno server framework or in browser. It’s entirely based on WEB API.
@planigale/testing
Superagent inspired testing library for Planigale. It allows you to test your application with and without running the server.
@planigale/body-parser
Middleware for Planigale that parses request body into JSON, text, or form data.
@planigale/schema
Middleware for Planigale that validates request body against JSON schema using ajv.
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Make your changes and add tests
- Run tests:
deno task check
- Commit your changes:
git commit -am 'feat: add some feature'
// use conventional commits - Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT License
Copyright (c) 2024 Mateusz Russak