Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drashland/deno-drash
A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
https://github.com/drashland/deno-drash
api deno framework http rest server
Last synced: 3 months ago
JSON representation
A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
- Host: GitHub
- URL: https://github.com/drashland/deno-drash
- Owner: drashland
- License: gpl-3.0
- Created: 2019-02-22T05:27:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T20:02:16.000Z (10 months ago)
- Last Synced: 2024-05-23T10:11:03.260Z (6 months ago)
- Topics: api, deno, framework, http, rest, server
- Language: TypeScript
- Homepage: https://drash.land/drash
- Size: 11.1 MB
- Stars: 1,080
- Watchers: 9
- Forks: 32
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-deno - drash - A REST microframework for Deno's HTTP server with zero dependencies. (Modules / Web framework)
- awesome-list - deno-drash
- awesome-deno-cn - @drashland/drash
README
# Drash
[![Drash Land Discord](https://img.shields.io/badge/discord-join-blue?logo=discord)](https://discord.gg/UuYKTVMW)
A microframework for building JavaScript/TypeScript HTTP systems.
## Branches / Versions
### Current
These branches/versions are undergoing active development. If you need support, hit us up in our [Discord](https://discord.gg/UuYKTVMW) (the `#help` channel).
- `v3.x`
- Docs: https://drash.land/drash-v3.x
### Unstable
These branches are considered unstable (aka not production ready). We cannot provide support for these branches since they contain breaking and weakly tested code. Although code in these branches are not officially released, they are open for use. We recommend you proceed with caution though. Happy dev'ing!
- `main`
- `{version}-beta` (e.g., `v3.x-beta`)
- `{version}-staging` (e.g., `v3.x-staging`)## Examples
You can find examples of tiny apps in in the [examples](https://github.com/drashland/drash/tree/v3.x/examples) directory.
## Contributing
Although we love to collab with people outside of Drash Land, we are currently not accepting pull requests in this repository. This will change in the future, so check back at a later time or hit us up in [our Discord server](https://discord.gg/UuYKTVMW) for more information.