Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.

amberframework/online-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Amber is a web development framework written in the Crystal language which implements the server-side MVC pattern using the object-oriented paradigm. Many of its components and concepts will seem familiar to those of us with experience in other web frameworks like Phoenix, Ruby on Rails or Python's Django.

Amber aims to deliver developer happiness, productivity, and bare metal performance. The Crystal language is heavily inspired on Ruby delivering familiarity and productivity making it easy to read and write code with a lower learning curve for experienced Ruby developers.

Crystal also has some modern features like macros, concurrency model, union types, c bindings, built in dependency manager. Amber takes advantage of all these features providing you a familiar structure to develop a web application.

Amber offers a familiar set of tools for fast prototyping and developing enterprise-grade web applications, like Generators, Database management, CLI, Deployment tools, Docker support, Encrypted secrets, WebSockets, and more. If you come from the rails world, you will feel right at home but be aware, Amber is not Rails; it's type-safe, compiled, and embraces the best features from many different frameworks so you might notice pipes for routing which is more similar to Phoenix framework.

The aim of this introductory guide is to present a brief, high-level overview of Amber Framework, the parts that make it up, and the layers underneath that support it.

If you would prefer to read these guides as an

Getting Help

If you’re stuck, there are a number of places you can get help.

GITTER You can head over to our Gitter channel to chat with member of the community for quick questions
Gitter

STACK OVERFLOW for questions about the Crystal Language and Amber Framework

GITHUB for getting acquainted with source code, current issues, progress, and roadmap.

ONLINE GUIDES for getting down and dirty working with Amber

TWITTER Follow the Amber Framework on twitter

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.

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

First Steps

Learning a new framework can be intimidating and exciting at the same time. To help you along, we have created a cookbook packed with examples and recipes to get the common tasks completed. If you are new, you should start off with the getting started guide.

Quick Start Guide

Everything you need to know to install as it will give you a quick tour of what Amber has to offer, from installing Amber to creating your first application.

Releases

No releases published

Packages

No packages published