PeteDuncanson / SuperchargedReact.Net

A supercharged server side implementation of react.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

A supercharged server side implementation of react.net

License:Apache License 2.0


Languages

Language:C# 77.1%Language:JavaScript 22.9%