This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Features
Chromely is a lightweight framework that is designed to be configurable, extendable and scalable. The main focus is on for HTML5 Web UI (html + javascript) to communicate with .NET backend via embedded chromium. This is achieved with Ajax HTTP/XHR requests using custom schemes (CefGlue, CefSharp) and .NET/Javascript integration (CefSharp).
The following features are used to achieve these objectives.
Chromely
Getting Started
The Basics
Digging Deeper
- Sub-Process
- Infrastructure
- Restful Resources
- Register Resource Assemblies
- Custom Local Resource Handling
- Custom Scheme Handling
- Expose .NET class to JavaScript
- Generic Message Routing
- Real-time with Websocket
- External Url Registration
Angular - React - Vue