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

Using domino for Angular server side rendering #100

Closed
vikerman opened this issue Aug 15, 2017 · 2 comments
Closed

Using domino for Angular server side rendering #100

vikerman opened this issue Aug 15, 2017 · 2 comments

Comments

@vikerman
Copy link
Contributor

Just opening for discussion/thoughts:

In Angular we currently have an interface through which Angular manipulates the DOM (on server and browser). We want to get rid of this and just use a DOM API on both server and browser. This would also let our users bring in third party libraries to work more seamlessly on the server.

I am prototyping a domino backed DOM implementation for Angular on the server since I found domino to provide good performance while providing the set of DOM APIs that we need.

Are there issues in domino I should be aware of while using it on the server?

@cscott
Copy link
Collaborator

cscott commented Aug 15, 2017 via email

@vikerman
Copy link
Contributor Author

Thanks! Good to know it's being used in production. Will open individual issues for anything we encounter. Looking forward to collaborating on domino!

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

2 participants