Popularity
5.3
Growing
Activity
0.0
Stable
22
4
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 -
amber
A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance. -
lucky
A full-featured Crystal web framework that catches bugs for you, runs incredibly fast, and helps you write code that lasts. -
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
Collect and Analyze Billions of Data Points in Real Time
Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
Promo
www.influxdata.com
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