Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.