KieronWiltshire Posted December 31, 2017 Share Posted December 31, 2017 (edited) I'm curious as to why server/client side scripts are separated from one another. It seems rather strange to me to have a login script structured something like this: -> packages | -> coolLoginScript -> client_packages | -> coolLoginScript would it not make sense to do something like: -> resources | -> coolLoginScript | -> client | -> server or maybe? instead of "resources" use the standard "node_packages" Edited December 31, 2017 by KieronWiltshire Link to comment Share on other sites More sharing options...
rt-2 Posted January 4, 2018 Share Posted January 4, 2018 Well maybe you'd want different script client side and server side. For example, for me all the condition are mostly server-side. and the client side script are mostly functions and procedures only. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now