All Projects → amberframework → Amber

amberframework / Amber

Licence: mit
A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.

Programming Languages

crystal
512 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to Amber

Gramework
Fast and Reliable Golang Web Framework
Stars: ✭ 354 (-84.9%)
Mutual labels:  framework, web-framework, fast
amber-introduction
Introduction to the Amber web framework and its features
Stars: ✭ 53 (-97.74%)
Mutual labels:  web-framework, amber, amber-framework
Siris
DEPRECATED: The community driven fork of Iris. The fastest web framework for Golang!
Stars: ✭ 146 (-93.77%)
Mutual labels:  framework, web-framework
Chicagoboss
Erlang web MVC, now featuring Comet
Stars: ✭ 1,825 (-22.17%)
Mutual labels:  framework, web-framework
Proji
A powerful cross-platform CLI project templating tool.
Stars: ✭ 156 (-93.35%)
Mutual labels:  cli, scaffolding
Borer
Efficient CBOR and JSON (de)serialization in Scala
Stars: ✭ 131 (-94.41%)
Mutual labels:  fast, efficient
Foxify
The fast, easy to use & typescript ready web framework for Node.js
Stars: ✭ 138 (-94.12%)
Mutual labels:  framework, fast
Autoserver
Create a full-featured REST/GraphQL API from a configuration file
Stars: ✭ 188 (-91.98%)
Mutual labels:  cli, framework
Typin
Declarative framework for interactive CLI applications
Stars: ✭ 126 (-94.63%)
Mutual labels:  cli, framework
Craftsman
Craftsman is the workhorse behind the Wrapt framework and provides a suite of CLI commands for quickly scaffolding out new files and projects for your .NET Web APIs with simple CLI commands and configuration files.
Stars: ✭ 165 (-92.96%)
Mutual labels:  cli, scaffolding
Paris
Logger in Rust for pretty colors and text in the terminal. Aiming for a relatively simple API
Stars: ✭ 162 (-93.09%)
Mutual labels:  cli, fast
Fiber
⚡️ Express inspired web framework written in Go
Stars: ✭ 17,334 (+639.19%)
Mutual labels:  framework, fast
Uadmin
The web framework for Golang
Stars: ✭ 127 (-94.58%)
Mutual labels:  framework, web-framework
Denovel
A Deno Framework For Web Artisan - Inspired by Laravel
Stars: ✭ 128 (-94.54%)
Mutual labels:  framework, web-framework
Trails
🌲 Modern Web Application Framework for Node.js.
Stars: ✭ 1,688 (-28.02%)
Mutual labels:  framework, web-framework
Create Elm App
🍃 Create Elm apps with zero configuration
Stars: ✭ 1,650 (-29.64%)
Mutual labels:  cli, scaffolding
Flamingo Commerce
Flexible E-Commerce Framework on top of Flamingo. Used to build E-Commerce "Portals" and connect it with the help of individual Adapters to other services.
Stars: ✭ 151 (-93.56%)
Mutual labels:  framework, web-framework
Ego
Ego is a full-stack web framework written in Go, lightweight and efficient front-end component solutions, based on gin. The front-end is compiled, does not affect the back-end.
Stars: ✭ 185 (-92.11%)
Mutual labels:  framework, web-framework
Scaffold Static
Scaffolding utility for vanilla-js
Stars: ✭ 111 (-95.27%)
Mutual labels:  cli, scaffolding
Alpha
Craft your own web-based chatbot
Stars: ✭ 113 (-95.18%)
Mutual labels:  framework, scaffolding

amber

Productivity. Performance. Happiness.

Amber makes building web applications fast, simple, and enjoyable - with fewer bugs and blazing fast performance.

Build Status Version License

Liberapay patrons Gitter

Welcome to Amber

Amber is a web application framework written in Crystal inspired by Kemal, Rails, Phoenix and other popular application frameworks.

The purpose of Amber is not to create yet another framework, but to take advantage of the beautiful Crystal language capabilities and provide engineers and the Crystal community with an efficient, cohesive, well maintained web framework that embraces the language philosophies, conventions, and guidelines.

Amber borrows concepts that have already been battle tested and successful, and embraces new concepts through team and community collaboration and analysis, which also aligns with Crystal's philosophy.

Community

Questions? Join our IRC channel #amber or Gitter room or ask on Stack Overflow under the amber-framework tag.

Guidelines? We have adopted the Contributor Covenant to be our CODE OF CONDUCT for Amber.

Our Philosophy? Read Amber Philosophy H.R.T.

Documentation

Read Amber documentation on https://docs.amberframework.org

Benchmarks

Techempower Framework Benchmarks - Round 18 (2019-07-09)

  • Filtered by Full Stack, Full ORM, Mysql or Pg for comparing similar frameworks.

Installation & Usage

macOS

brew tap amberframework/amber
brew install amber

Linux

git clone https://github.com/amberframework/amber.git
cd amber
git checkout stable
make
sudo make install

If you're using ArchLinux or similar distro try:

yay -S amber

Common

To compile a local bin/amber per project use shards build amber

To use it as dependency, add this to your application's shard.yml:

dependencies:
  amber:
    github: amberframework/amber

Read Amber quick start guide

Read Amber CLI commands usage

Read more about Amber CLI installation guide

Have an Amber-based Project?

Use Amber badge

Amber Framework

[![Amber Framework](https://img.shields.io/badge/using-amber_framework-orange.svg)](https://amberframework.org/)

Release Checklist

  • Test and release all dependencies
  • Test everything locally
  • Run crelease 0.36.0
  • repoint amber to master branch in src/amber/cli/templates/app/shard.yml.ecr template
  • update release notes
  • update homebrew version and sha
  • update linux repositories
  • build and deploy docker image:
    • verify Dockerfile is using the latest crystal version
    • docker login
    • docker build -t amberframework/amber:0.36.0
    • docker push amberframework/amber:0.36.0

Contributing

Contributing to Amber can be a rewarding way to learn, teach, and build experience in just about any skill you can imagine. You don’t have to become a lifelong contributor to enjoy participating in Amber.

Tracking issues? Check our project board.

Code Triage? Join us on codetriage.

Open Source Contributors

Amber is a community effort and we want You to be part of it. Join Amber Community!

  1. Fork it https://github.com/amberframework/amber/fork
  2. Create your feature branch git checkout -b my-new-feature
  3. Write and execute specs and formatting checks ./bin/amber_spec
  4. Commit your changes git commit -am 'Add some feature'
  5. Push to the branch git push origin my-new-feature
  6. Create a new Pull Request

Contributors

See more Amber contributors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].