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

Separate meteor frontend and backend code #480

Open
shailee-m opened this issue Aug 1, 2019 · 3 comments
Open

Separate meteor frontend and backend code #480

shailee-m opened this issue Aug 1, 2019 · 3 comments

Comments

@shailee-m
Copy link
Member

shailee-m commented Aug 1, 2019

  1. Make sure each chart is rendered using one server method only
  2. Make sure no meteor form methods are executed on server.
@brylie
Copy link
Member

brylie commented Aug 2, 2019

What do you mean by item # 2?

@shailee-m
Copy link
Member Author

What do you mean by item # 2?

In many forms we directly specify the collection name and not a meteor method. For such forms the code will be executed on the client side, also the collection hooks will work only client side

@brylie
Copy link
Member

brylie commented Aug 4, 2019

no meteor form methods are executed on server.

So the form code would only be executed on the client, by specifying the collection?

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