johnpapa / lite-server

Lightweight node server
MIT License
2.31k stars 267 forks source link

Understanding Issue #122

Open LabN36 opened 7 years ago

LabN36 commented 7 years ago

Hi I've some understanding issue with this library Please Help me(as I'm not getting in my head what problems this library solves )

as you've mentioned

When creating a SPA there are routes that are only known to the browser. For example, /customer/21

i think in general we handle this as well on server side like this way app.get('/customer',cb) and getting the value 21 by query paramor query string

i know this is not for queries and questions but any help will be appreciated