Open AskYous opened 7 years ago
cathyconey@googlemail.com On Feb 19, 2017 4:06 PM, "Yousef Shanawany" notifications@github.com wrote:
Hello,
I want to know if there's a specific way we should implement our server side code? Is this designed to be a front-end only project? Is there any specific place we're supposed to put our server-side code? Can WSK automatically restart the server during server-side changes?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google/web-starter-kit/issues/923, or mute the thread https://github.com/notifications/unsubscribe-auth/AV_z6GI84iUXlziP0RQxpfARzOILsCzYks5reFprgaJpZM4MFfIt .
This is front end only. You can implement a backend however you like, but in order to preserve this boilerplate you would most likely want to use JavaScript to communicate with said backend.
Hello,
I want to know if there's a specific way we should implement our server side code? Is this designed to be a front-end only project? Is there any specific place we're supposed to put our server-side code? Can WSK automatically restart the server during server-side changes?