DEV Community

Discussion on: We created the Crystal language, ask us anything!

Collapse
 
kazzkiq profile image
Claudio Holanda Jr.

I've been using Crystal for microservices/REST APIs in the last two months. It actually fits pretty well with those kinds of applications. The code ended up smaller and more well structured than the Node.js version, and it actually runs 2x-5x faster, depending on the endpoint complexity.

AFAIK there are also some folks working on more complex stuff such as machine-learning and game engines using Crystal, so its probably a good contender for those tasks too.

Collapse
 
sdogruyol profile image
Serdar Dogruyol

You can use Kemal for building APIs and microservices. It's simple and fast. If you've ever used Sinatra before you'll feel right at home :)

P.S: I'm the author of Kemal.

Thread Thread
 
jvarness profile image
Jake Varness

Kemal is awesome! Makes creating services very easy! :) Kudos good sir!

Collapse
 
ben profile image
Ben Halpern

Cool, that could definitely be interesting.