←back to thread

136 points saikatsg | 1 comments | | HN request time: 0.259s | source
Show context
satvikpendem ◴[] No.43807161[source]
Isn't this essentially dev containers?
replies(2): >>43807180 #>>43807390 #
1. cirego ◴[] No.43807390[source]
My understanding is that dev containers are more about configuring your development environment with the right toolchains to build and run services.

Tilt is a monitor process that builds and starts your services, with a hot-reload loop that rebuilds and restarts your services when the underlying code changes. The hot reload loop even works for statically compiled languages.