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

Replace PHP backend with pure JS #23

Open
jchristi opened this issue Jul 11, 2018 · 2 comments
Open

Replace PHP backend with pure JS #23

jchristi opened this issue Jul 11, 2018 · 2 comments

Comments

@jchristi
Copy link

The only part that was unique to PHP was twig, but there is a pure-js implementation of twig now: https://github.com/twigjs/twig.js. The REST server could easily be accomplished with Express or equivalent. A pure JS implementation would remove the dependency on PHP.

@castastrophe
Copy link
Contributor

castastrophe commented Jul 17, 2018

Unfortunately TwigJS has really poor Twig PHP support.

From https://github.com/twigjs/twig.js/wiki:

Twig.js is currently a work in progress and supports a limited subset of the Twig templating language (with more coming).

@jchristi
Copy link
Author

https://github.com/twigjs/twig.js/wiki/Implementation-Notes

61/67 features are supported

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