See How to get started with Haskell in 2022 (the straightforward way)
Windows/MacOS: Docker desktop
Linux: Docker engine
Follow the document Installing protoc
The default protoc installed by above scripts requires sudo permission, you can update the permission by
chmod 755 /usr/local/bin/protocgit clone https://github.com/nodew/haskell-dapr.git
cd haskell-dapr./scripts/test-init.shdapr init
dapr run --app-id haskell-dapr --dapr-http-port 3500 --components-path ./componentsstack test- Add more tests
- Add Server module
- Create a sample app
- GRPC integration
