Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martenframework/awesome-marten
A curated list of awesome things related to the Marten web framework.
https://github.com/martenframework/awesome-marten
List: awesome-marten
awesome awesome-list crystal framework marten web
Last synced: 19 days ago
JSON representation
A curated list of awesome things related to the Marten web framework.
- Host: GitHub
- URL: https://github.com/martenframework/awesome-marten
- Owner: martenframework
- License: mit
- Created: 2023-03-30T21:42:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-13T12:06:50.000Z (5 months ago)
- Last Synced: 2024-07-13T20:16:30.825Z (5 months ago)
- Topics: awesome, awesome-list, crystal, framework, marten, web
- Homepage:
- Size: 28.3 KB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Awesome Marten [![Awesome](https://awesome.re/badge-flat.svg)](https://github.com/sindresorhus/awesome)
![logo](https://raw.githubusercontent.com/martenframework/marten/main/docs/static/img/hero.png)
A curated and categorized list of awesome things related to the [Marten web framework](https://martenframework.com).
* [Marten shards](#marten-shards)
* [Authentication](#authentication)
* [Caching](#caching)
* [Emailing](#emailing)
* [Error Handling](#error-handling)
* [Front-end Integration](#front-end-integration)
* [Internationalization](#internationalization)
* [Sessions](#sessions)
* [Built with Marten](#built-with-marten)
* [Resources](#resources)
* [Official resources](#official-resources)
* [Blog posts and tutorials](#blog-posts-and-tutorials)
* [Community](#community)## Marten shards
### Authentication
* [Marten Auth](https://github.com/martenframework/marten-auth) - An authentication system for the Marten web framework
* [MultiAuth](https://github.com/msa7/multi_auth) - Standardized multi-provider OAuth authentication### Caching
* [Marten Memcached Cache](https://github.com/martenframework/marten-memcached-cache) - A Memcached cache store for the Marten web framework
* [Marten Redis Cache](https://github.com/martenframework/marten-redis-cache) - A Redis cache store for the Marten web framework### Emailing
* [Marten Mailgun Emailing](https://github.com/martenframework/marten-mailgun-emailing) - A Mailgun emailing backend for the Marten web framework
* [Marten Sendgrid Emailing](https://github.com/martenframework/marten-sendgrid-emailing) - A Sendgrid emailing backend for the Marten web framework
* [Marten SMTP Emailing](https://github.com/martenframework/marten-smtp-emailing) - An SMTP emailing backend for the Marten web framework### Error Handling
* [Marten Raven Middleware](https://github.com/ellmetha/marten-raven-middleware) - A Raven.cr integration for the Marten web framework
### Front-end Integration
* [Marten Turbo](https://github.com/treagod/marten-turbo) - An integration of Hotwire Turbo with Marten
### Internationalization
* [Crystal I18n](https://github.com/crystal-i18n/i18n) - An internationalization library for Crystal
### Sessions
* [Marten DB Session](https://github.com/martenframework/marten-db-session) - A database session store for the Marten web framework
* [Marten Redis Session](https://github.com/martenframework/marten-redis-session) - A Redis session store for the Marten web framework## Built with Marten
* [Marten website](https://martenframework.com) - The official Marten website
* [Marten RealWorld](https://github.com/martenframework/realworld) - A RealWorld application built with Marten## Resources
### Official resources
* [Project website](https://martenframework.com) - Official Marten website
* [Documentation](https://martenframework.com/docs) - Official documentation for all Marten versions
* [Blog tutorial](https://martenframework.com/docs/getting-started/tutorial) - Discover the main features of the framework by building a simple web application### Blog posts and tutorials
* [The vision behind the Marten web framework](https://world.hey.com/morganaubert/the-vision-behind-the-marten-web-framework-907b3031)
* [Digging into Marten query sets](https://dev.to/ellmetha/digging-into-marten-query-sets-3g5l)
* [Background job processing with Marten and Mosquito](https://dev.to/ellmetha/background-job-processing-with-marten-and-mosquito-2i3o)## Community
* [Discord Server](https://martenframework.com/chat) - Official Marten Discord community
* [X](https://x.com/martenframework) - Official announcements related to releases, security fixes, etc
* [Mastodon](https://indieweb.social/@martenframework) - Official announcements related to releases, security fixes, etc