entr VS swc-node

Compare entr vs swc-node and see what are their differences.

entr

Run arbitrary commands when files change (by eradman)

swc-node

Faster ts-node without typecheck (by swc-project)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
entr swc-node
47 6
4,002 1,605
- 1.8%
6.8 7.6
19 days ago 13 days ago
C TypeScript
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

entr

Posts with mentions or reviews of entr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-02.

swc-node

Posts with mentions or reviews of swc-node. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-25.
  • Thoughts about Deno?
    3 projects | /r/typescript | 25 Feb 2023
    swc-node is much faster. No typechecking but you can have that running as a separate process with typescript in watch mode. Basically never have to wait for compiles or typechecking checking then.
  • Node + SWC make a lightning fast typescript runtime
    4 projects | /r/javascript | 31 Jan 2023
    fwiw swc has an official loader: https://github.com/swc-project/swc-node
  • Node.js 18.x runtime now available in AWS Lambda
    1 project | /r/node | 22 Nov 2022
  • Next.js 12 - Rust Compiler, React 18 and Native ES Modules Support, React Server Components
    4 projects | /r/javascript | 26 Oct 2021
    I actually just switched my team's app over to use https://github.com/Brooooooklyn/swc-node for our Jest tests, but if we're going to upgrade to Next 12 it'd be nice to reuse whatever's included there.
  • Next.js 12
    27 projects | news.ycombinator.com | 26 Oct 2021
    I actually upgraded my team's Jest config to use https://github.com/Brooooooklyn/swc-node a few weeks ago. However, our Jenkins CI agents run RHEL7, and neither of the Linux binary targets would run. The `x64-gnu` binary needed a `GLIBC_2_23` symbol when only 2.18 was available, and the `x64-musl` binary had no `musl-libc` on the machine. I don't own the Jenkins agents, so I couldn't install other deps myself.

    I ended up building `musl-libc` from source on another RHEL7 agent, committed the `.so` to our repo, and added that to the `LD_LIBRARY_PATH` in our Jenkinsfile, and actually got that working.

    I did see some mentions that Rust could build to target an older GLibc ( https://kobzol.github.io/rust/ci/2021/05/07/building-rust-bi... ), so I'm curious if Next is going to use copies of SWC built that way for better compat or if it will require more workarounds on my part.

    I'm very curious if the Next SWC binaries

  • Build Speed Improvements
    1 project | dev.to | 6 Sep 2020

What are some alternatives?

When comparing entr and swc-node you can also consider the following projects:

watchexec - Executes commands in response to file modifications

ts-node - TypeScript execution and REPL for node.js

nextjs-tailwind-ionic-capacitor-starter - A starting point for building an iOS, Android, and Progressive Web App with Tailwind CSS, React w/ Next.js, Ionic Framework, and Capacitor

vike - 🔨 Like Next.js / Nuxt but as do-one-thing-do-it-well Vite plugin.

modd - A flexible developer tool that runs processes and responds to filesystem changes

sucrase - Super-fast alternative to Babel for when you can target modern JS runtimes

air - ☁️ Live reload for Go apps

esbuild - An extremely fast bundler for the web

vim-test - Run your tests at the speed of thought

integresql - IntegreSQL manages isolated PostgreSQL databases for your integration tests.

Next.js - The React Framework