hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.9K
active users

Paul Cantrell

@jmeowmeow
I don’t have a lot of love for Node/Express, though a lot of that is personal taste. If your problem is “list of endpoints, code that outputs JSON for each, serve large numbers of requests concurrently,” then yeah, it’s pretty good for that (though these days I’d be looking at what Swift, Rust, Go offer in that space). If you have complex data, or complex logic, or web site with assets, or or or…then you quickly find yourself reinventing a Rails-shaped app framework yet again.