google / web-starter-kit

Web Starter Kit - a workflow for multi-device websites
http://developers.google.com/web/starter-kit
Apache License 2.0
18.43k stars 3.02k forks source link

[Question] Server side code? #923

Open AskYous opened 7 years ago

AskYous commented 7 years ago

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?

catjon08 commented 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 .

sbarfurth commented 7 years ago

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.