TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Kemal: Fast, Effective, Simple Web Framework for Crystal

158 点作者 sdogruyol超过 2 年前

8 条评论

compumike超过 2 年前
Kemal is great, lightweight, fast!!! and I’m using it for a growing number of infrastructure &#x2F; microservices at CircuitLab (exposing JSON APIs, mostly), as well as to serve web requests on my side project at Total Real returns.<p>If you want to play with Kemal and&#x2F;or Crystal without installing anything besides Docker, I made <a href="https:&#x2F;&#x2F;github.com&#x2F;compumike&#x2F;crystal-docker-quickstart" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;compumike&#x2F;crystal-docker-quickstart</a> . You should be able to add Kemal to shard.yml, edit d_dev to expose port 3000 (there’s a line already there, just uncomment it), and get your first Kemal microservice up in a few minutes :)
评论 #33611786 未加载
m000超过 2 年前
Using a fez (or fes, if you prefer) as a logo for a &quot;Fast, Effective, Simple&quot; framework named &quot;Kemal&quot; is kind of unfortunate&#x2F;ironic. Kemal Ataturk actually abolished the use of the fez [1].<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Hat_Revolution" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Hat_Revolution</a>
评论 #33608102 未加载
评论 #33611833 未加载
评论 #33608390 未加载
评论 #33608246 未加载
评论 #33608835 未加载
评论 #33611101 未加载
nlh超过 2 年前
HUGE fan of Kemal (and Crystal as a whole).<p>I started, as many do, with a full-featured batteries-included framework (Amber, which is also awesome and super easy to grok), but later realized that I much prefer being closer to the metal and Kemal is exactly that. You can build a fully-functional API in a single file with a few lines of code, and it works easily and quickly.
bovermyer超过 2 年前
OK, OK! I keep seeing news for Crystal lately. I can take a hint, Universe - I&#x27;ll write a new project in it.
评论 #33608986 未加载
评论 #33611631 未加载
评论 #33608844 未加载
tmikaeld超过 2 年前
I&#x27;ve used it for a small API project, really easy to understand and setup!<p>There&#x27;s also a healthy amount of ported gems (Shards) over at:<p><a href="https:&#x2F;&#x2F;crystalshards.org&#x2F;shards" rel="nofollow">https:&#x2F;&#x2F;crystalshards.org&#x2F;shards</a>
评论 #33608186 未加载
gpderetta超过 2 年前
For a few seconds I thought this was a reference to C64 KERNAL OS. Turns out it was just bad keming.
noaheverett超过 2 年前
Currently building a back-end API with Kemal, highly recommend. Also has easy to use websocket events built-in.
cakirh超过 2 年前
Nice framework!