Popularity
7.2
Stable
Activity
0.0
Stable
43
6
4
Programming language: Crystal
License: MIT License
Tags:
Web Frameworks
Latest version: v0.1.0
carbon-crystal alternatives and similar shards
Based on the "Web Frameworks" category.
Alternatively, view carbon-crystal alternatives based on common mentions on social networks and blogs.
-
lucky
A full-featured Crystal web framework that catches bugs for you, runs incredibly fast, and helps you write code that lasts. -
amber
A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance. -
runcobo
An api framework with type-safe params, elegant json serializer. Thanks for enjoying it! ๐ป๐ป https://runcobo.github.io/docs/ -
Shivneri
Component based MVC web framework based on fort architecture targeting good code structures, modularity & performance.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
Do you think we are missing an alternative of carbon-crystal or a related project?
README
carbon
Carbon Crystal A framework with Rails in mind.
Status
Only works on latest master. To use locally build it from source or on osx use brew install crystal-lang --HEAD.
Right now it's still alpha stage. I am testing this in production on a small project, but I wouldn't recommend to do it unless you really want to :)
Release goal
For the first release I'm aiming towards a 15 min blog post screencast.
TODO
- [X] Notifications (ActiveSupport like)
- [ ] Middleware
- [X] Send file
- [X] Static File
- [X] Runtime
- [X] RequestId
- [X] Logger
- [X] RemoteIP
- [X] Exceptions
- [X] ParamsParser
- [X] Head
- [X] Cookies
- [X] Sessions Cookie Store
- [X] Flash
- [ ] ConditionalGet
- [ ] ETag
- [X] Resourceful routing
- [X] Action filters
- [ ] Conditional
- [X] Halting
- [ ] Generators
- [ ] Asset pipeline
- [ ] View helpers
- [X] Write specs
Contributing
- Fork it ( https://github.com/[your-github-name]/carbon/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request