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

Make the editor module compatible with browsers #41

Open
ymeine opened this issue Oct 25, 2013 · 0 comments
Open

Make the editor module compatible with browsers #41

ymeine opened this issue Oct 25, 2013 · 0 comments

Comments

@ymeine
Copy link
Contributor

ymeine commented Oct 25, 2013

The backend contains two main parts (refer to the architecture description for more information):

  • a core library/module, handling editor services
  • a wrapper around this library, to provides those services through RPC, using a server

Needless to say that making the second part compatible with browsers makes no sense at all.

However, the editor should be available as browser-compatible module.

This way we would have two main benefits:

  • browser compatibility, which means more efficiency for browser-based clients
  • browser support, regarding developing tools, which are far better than nodejs' ones

To make that possible, several solutions exist, like browserify for instance.

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

1 participant