spectator
spec-kemal
spectator | spec-kemal | |
---|---|---|
1 | - | |
101 | 54 | |
- | - | |
5.5 | 1.8 | |
about 1 month ago | about 3 years ago | |
Crystal | Crystal | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
spectator
-
What are the downsides of Ruby ?
In that situation, if there was a performance critical component we wanted to optimize by rewriting in Crystal, we would first extract it into its own app or worker (aka breakup the monolith, aka micro-services). Additional apps could have requests routed to them via a reverse proxy or they could be internal HTTP-endpoints. Then we would port that code to Crystal, replacing gem dependencies with Crystal shards equivalents (which there are many, and more are being added everyday), and then running the Ruby code through rubycodemod_crystal which changes minor things (ex: include? -> includes? or require 'foo' -> require "foo"). Assuming this component has RSpec tests, I would convert them to Spectator which is a Crystal clone of RSpec. Then I would tighten up the Crystal code by adding explicit Types to all instance variables and method signatures, so the compiler doesn't have to infer the types. This is basically the same process I have done when porting some of my own Ruby libraries to Crystal.
spec-kemal
We haven't tracked posts mentioning spec-kemal yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
selenium.cr - Selenium library for Crystal
cr-melon - Class based Http APIs in crystal
ruby_crystal_codemod - A codemod / transpiler that can help you convert Ruby into Crystal
response_time - Response time for Crystal servers.
scar - A game engine written in Crystal using crsfml
kemalyst-i18n - I18n library integration
spec - Common/helpful Spec compliant testing utilities
mime-types.cr - MIME Types for Crystal :: A port of the Ruby MIME::Types library
minitest.cr - Test Unit for the Crystal programming language
kemal-auth-token - Kemal middleware to authentication via HTTP header token using JWT
crystal - The Crystal Programming Language
phoenix.cr - Phoenix Channels client for Crystal