Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web frameworks #46

Open
joshua211 opened this issue Sep 28, 2020 · 3 comments
Open

Web frameworks #46

joshua211 opened this issue Sep 28, 2020 · 3 comments

Comments

@joshua211
Copy link

Does optimus support loading web frameworks like react and angular? I'm having trouble loading pages like twitter and instagram.

@joshua211
Copy link
Author

Nevermind, I took a look at Jint and Jurassic and it seems both are stuck on ecma 5.

On that note, what about supporting other js engines?
V8.Net seems like a decent options, since it is a wrapper around the V8 engine itself, which chrome and other browsers use.

@RusKnyaz
Copy link
Owner

RusKnyaz commented Oct 3, 2020

I've already thought about adding V8 support. In the 3rd version, I added a set of interfaces for connecting various engines.

@gakera
Copy link

gakera commented Nov 24, 2021

I'm having same problem, where Optimus gives me only <DIV ui-view=""></DIV> I want to get <div ui-view="" class="ng-scope"> ...etc etc content content....

I'm using Knyaz.Optimus version 3.0.1 but I only see Knyaz.Optimus.Scripting.Jint and Jurassic available, not sure how to use V8 or any other scripting enginge that can deliver more content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants