Popularity
5.5
Declining
Activity
0.0
Stable
23
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.
-
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/
InfluxDB โ Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
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