Skip to content
This repository was archived by the owner on Dec 28, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 640 Bytes

File metadata and controls

16 lines (14 loc) · 640 Bytes

albatross

A functional reactive framework for ASP.NET. The goal is to create a fully functional reactive framework that has a fully reactive stack from frontend to database. The current plan is to incorporate React.js, Rx.NET, RethinkDB, and ASP.NET 5.

##Architecture Architecture

##Roadmap

  1. Create Enumerable (WebAPI) Example (GET) Server Side -- Done
  2. Create Observable (SignalR) Example (GET) Server Side
  3. Flesh out both APIs for CRUD
  4. Integrate React.JS server side
  5. Flesh out Flux patter client side
  6. Build Store/Cache/Fetch patterns client side
  7. Create generators for full stack.