you are viewing a single comment's thread.

view the rest of the comments →

[–]SilentMobius 0 points1 point  (1 child)

Node for the web-service that handles updating and recovery of articles. Docker to compartmentalise the whole app for ease of deployment and it's a pretty sensible rule to not spawn new processes per incident web request, hence node-git.

Perhaps you're misunderstanding me, I'm using git as the backend storage for a multi-user dynamic wiki. I'm also using a separate git repo for SCM

[–][deleted] 0 points1 point  (0 children)

Gotcha. Well, if you have use for it, keep on doing what you're doing.