Skip to content

yougayuki/rrod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RROD - React, Redux, Orleans and Dotnet Core

Exploring a new web architecture

This project is an eploration of next-generation architecture based on Dotnet Core and Javascript

Here is an introductory blogpost

This project demonstrates many technologies in context:

Clientside

  • A web front-end with universal/isomorphic rendering, using React and Redux, written in Typescript
  • Bootstrap based UI using react-bootstrap and bootstrap-sass
  • Animations and transitions using react-motion
  • Asset pipeline driven by webpack, with Hot Module Reloading during development
  • Realtime updates from the server over Websockets

Web front-end

  • Webserver based on Aspnet Core, running as a standalone executable
  • Automatic request and use of Let's Encrypt TLS certificates on startup
  • AspNet JavascriptServices middleware driving webpack during development
  • AspNet middleware to serve gzip-compressed static assets when possible
  • AspNet Identity using a custom Identity Store
  • Identity Server 4 based authentication
  • Middleware to protect against cross site scripting

Actor back-end

  • Actor-based back-end based on Microsoft Orleans 2.0
  • Using Table Storage for persisting state (install the Azure Storage emulator to run this project)
  • Demo Actor implementing Event Sourcing, using the Redux pattern
  • AspNet Distributed Cache service mplemented against Orleans

This code should be considered experimental. It mostly works, but it has dependencies that are alpha quality, and the project itself has several rough edges and has not been thoroughly tested. I welcome feedback!

-- Maarten

About

Exploring a new web architecture with React, Redux, Orleans and Dotnet Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.1%
  • TypeScript 0.5%
  • PowerShell 0.4%
  • JavaScript 0.0%
  • CSS 0.0%
  • Scilab 0.0%