NitroNet is an ASP.NET MVC view engine for handlebars with an intelligent built-in file system and the possibility to add custom helpers. It works with ASP.NET MVC web applications and uses Veil from Chris Sainty as the underlying handlebars parser. It is originally based on the project TerrificNet. The support for the custom helpers used in Nitro are already implemented by default.
- NitroNet possesses a smart built-in file system which caches all your frontend files and listens to changes. If files are updated on disk they are also updated in the cache. This happens instantly and without an IIS restart.
- You specify your frontend paths and file extension
- It's also possible to filter specific paths with regex patterns
- The used handlebars parser Veil is customized and thus allows you to implement and register your own handlebars helpers.
- Out of the box integration as view engine
- Different NuGets for your preferred IoC framework
As a sub project, NitroNet was extended to be used in the WCMS Sitecore. You can find more informations about this project under NitroNetSitecore.
Nitro is a Node.js application for simple and complex frontend development with a tiny footprint. It provides a proven but flexible structure to develop your frontend code, even in a large team.
-
General features:
- Make the underlying handlebars parser updatable.
- Make registering other handlebars helpers easier.
-
Nitro support:
- Flexible attributes on component helper. Link to the Nitro documentation.
- Generate and validate model classes from the schema.json
- Render patterns with children. Link to the Nitro documentation.
If you want to submit a bug or request a feature please feel free to open an issue.
If you want to get in contact with us, just write an email to Manuel Fischer or Fabian Geiger.
Pull requests are welcome!
Thanks to all the people who made and released these awesome resources for free!
Special thanks to Marco Schälle and Stefan Schälle who fight for a smart way to integrate Frontends into ASP.NET and created the predecessor TerrificNet of NitroNet itself. Marco and Stefan were our opinion leaders of this product.
Also special thanks to Mark Cassidy for all product commits and propagation of our idea to the whole world.
