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

Decouple the development of the UI package from the Neos backend services #34

Closed
Inkdpixels opened this issue Jan 23, 2016 · 3 comments
Closed

Comments

@Inkdpixels
Copy link
Contributor

We should strive into a development workflow where we just run a simple Node.js based server for development purposes.

The benefits for this will not only be an server we could actually use in our testing stack, but it would also increase the standalone nature of the UI package, basically we are 100% independent while developing.

The server itself should at least provide the basic endpoints for saving/fetch data, as well as the initial rendering of the app. I don't want to replicate the whole service, but we definitely need a dummy server for testing the UI anyway, so why not also use the server as a development tool too? :)

@dimaip
Copy link
Contributor

dimaip commented Jan 23, 2016

I can imagine it would be useful not only for development purposes. E.g. if the main php server does not support nodejs, I could run the UI from a completely different machine, perhaps even located on some intranet for security reasons.

@grebaldi
Copy link
Contributor

How would we replicate the guest frame then? Everything in there strongly depends on TypoScript/Fluid rendering. Would be a pretty complex thing to mock...

@Inkdpixels
Copy link
Contributor Author

I will close this, since we already got a running flow instance on the CI servers anyway and the effort to create a dummy / full replacement for the services seem to huge for now.

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

No branches or pull requests

3 participants