Hacker News new | ask | show | jobs
by jcparkyn 1067 days ago
Any purely functional app still needs a mutable data store _somewhere_. And if that's all owned by one service (the "root" of your functional app, since everything else is pure by definition), then you're hardly doing microservices.