squint

pez 2026-04-08T20:43:09.449539Z

Is it possible to have an nrepl server into a running node script? Such that I can run node target/main.mjs where main.mjs is server of some kind, and when I evaluate things in the repl, the server changes behaviour? I don’t know how to ask this question so that it makes sense…

pez 2026-04-08T20:44:16.503549Z

It seems I have either squint watch or squint nrepl-serever, and only the former produces a script.

borkdude 2026-04-08T20:46:40.401939Z

it's on my radar, but incomplete.

pez 2026-04-08T20:50:27.359359Z

Ah, cool! Let me know when I can test something 😃