TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What language do you use for performant web jobs and services?

1 pointsby rahil627about 2 months ago
it seems many big web projects (rails, django, etc. GIL langs) chose go(lang) to write &quot;services&quot; that could be separated. Yet, just about any language with quick execution, quick startup(?), concurrency (and&#x2F;or parallelism), and a garbage-collecter would work: lisps, ocaml, haxe, nim, crystal, CLI langs (now &#x2F;w AOT), JVM langs! I wonder what HN folks used. Was it a good choice?<p>i was specifically thinking about crystal for rails, as i noticed a few interesting repos: mosquito, a job scheduler; fruit-juice, a ruby gem to enqueue jobs into mosquito (especially from rails); and lavinMQ, a successor of rabbitMQ(?).<p>https:&#x2F;&#x2F;github.com&#x2F;mosquito-cr&#x2F;mosquito | https:&#x2F;&#x2F;github.com&#x2F;crimson-knight&#x2F;fruit_juice | https:&#x2F;&#x2F;github.com&#x2F;cloudamqp&#x2F;lavinmq&#x2F;

no comments

no comments