Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 3.73 KB

README.md

File metadata and controls

69 lines (57 loc) · 3.73 KB

DeckHub

This is the Home repo for the DeckHubApp organization, which comprises multiple projects.

DeckHub is a RendleLabs project with two aims:

  1. Provide a useful set of tools for speakers, listeners and conference organizers to engage with each other and share knowledge more effectively.
  2. Act as a reference application for cloud-native ASP.NET Core, with microservices, messaging, containerization, orchestration and so on.

Projects

I'm working on adding a proper README to each project that details how they work and stuff.

  • cli - is the command line tool for running presentations locally.
  • Live - website (central one is running at deckhub.app).
  • Identity - microsite to handle user authentication with ASP.NET Identity
  • Shows - microservice for Shows.
  • Questions - microservice for Questions.
  • Notes - microservice for viewer Notes.
  • Realtime - SignalR service for moving slides along on viewers devices, and live feed of Questions.
  • Slide - very microservice for storing and serving Slide images in Azure Blob Storage.
  • Presenter - microservice for the CLI to interact with, and to render Presenter View.

This Home repo will also contain the Docker Compose and Kubernetes files used to work with the projects in development mode, and to run them in a Kubernetes cluster in Production.

Technologies

This project is built upon many others, most of them open source, although with a couple of Azure-specific Platform-as-a-Service bits. Here are all the ones I can think of right now:

You'll also see references to a couple of my own dotnet CLI tools that I think are nifty:

  • dotnet-unpkg for quick-and-dirty installation of front-end JavaScript and CSS packages from unpkg.com
  • dotnet-embed for even-quicker-and-dirtier embedding of UTF8 text in the CLI tool