diff --git a/01.-Roadmap-and-Milestones-for-future-releases.md b/01.-Roadmap-and-Milestones-for-future-releases.md index 8079fd4..309e5fd 100644 --- a/01.-Roadmap-and-Milestones-for-future-releases.md +++ b/01.-Roadmap-and-Milestones-for-future-releases.md @@ -81,6 +81,8 @@ Our task here will be to use that new lib. 2. Azure Storage Blob: Related to the previous feature - Use Azure Blobs to store the Product Images 3. Azure App Service: Make the monolithic Web app supporting Azure App Service with Docker +- Real time communication: SignalR Hub microservice/container for real-time communication, like notificating something important that just happened to the user. This feature needs to wait for SignalR to be available in .NET Core 2.0 + - Security: - Encrypt secrets at configuration files (like in docker-compose.yml). Multiple possibilities, Azure Key Vault or using simple Certificates at container level, Consul, etc. - Other "secure-code" practices