Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 281 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 281 Bytes

SuperchargedReact.Net

This implementation of React for .net doesnt pool engines, on a high traffic site this could be detremental as users could be waiting for a pool to become free, instead it uses a single v8 Engine and multiple Contexts to this engine.

##Nuget Coming soon!