Popularity
5.1
Growing
Activity
0.0
-
21
3
2
Description
Component based MVC web framework based on fort architecture for crystal targeting good code structures, modularity & performance
Programming language: Crystal
License: Apache License 2.0
Tags:
HTTP
Web Frameworks
Http Server
MVC
OOPS
Component Based
Rest
Latest version: v0.16.0
Shivneri alternatives and similar shards
Based on the "Web Frameworks" category.
Alternatively, view Shivneri alternatives based on common mentions on social networks and blogs.
-
amethyst
Amethyst is a Rails inspired web-framework for Crystal language -
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. -
kemalyst
A Rails like framework inspired by Kemal but includes the kitchen sink -
spider-gazelle
A Rails esque web framework with a focus on speed and extensibility for crystal lang -
moonshine
Web framework for Crystal language [DEPRECATED in favour of kemal] -
lattice-core
A WebSocket-first object-oriented framework for Crystal -
runcobo
An api framework with type-safe params, elegant json serializer. Thanks for enjoying it! ๐ป๐ป https://runcobo.github.io/docs/ -
luckyframework
Fast, maintainable and confidence boosting web framework
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of Shivneri or a related project?
Popular Comparisons
README
Shivneri
Component based MVC web framework based on fort architecture for crystal targeting good code structures, modularity & performance.
Features
- Based on Fort architecture.
- MVC Framework and follows OOPS approach so everything is class and object.
- Provides components - Wall, Shield and Guard. Components help modularize the application.
- Everything is configurable - you can configure your session store, view engine, websocket etc.
- Dependency Injection.
- Everything can be unit tested, so you can use a TDD approach.
Examples
- Rest Api - https://github.com/ujjwalguptaofficial/shivneri-examples/tree/master/rest
- WebSocket - https://github.com/ujjwalguptaofficial/shivneri-examples/tree/master/chat
- Authentication - https://github.com/ujjwalguptaofficial/shivneri-examples/tree/master/authentication
- Request Logging - https://github.com/ujjwalguptaofficial/shivneri-examples/tree/master/request-logger