Y
Hacker News
new
|
ask
|
show
|
jobs
by
hcho
4672 days ago
Doesn't this assume that the API will only be used from a module living under a URL?
Most REST apis these days seem to be consumed form client side.
1 comments
brian_cooksey
4672 days ago
The focus is on server-server communication. A client like a web browser would need to use a different approach to get notifications, but there are options in that space besides polling.
link