You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way to handle requests is inspired by deployd. Although it work well, it is still experimental. Some points to note:
there are overlapping use of http and websocket. In theory, websocket can replace http request entirely, but I still want to use hapi validate and authentication feature which for http only. Meanwhile, I want to have bidirectional communication.
I do not care the philosophy behind restful api. IMHO, restful api is limiting and it would be easier and write less code if ignoring it.
The text was updated successfully, but these errors were encountered:
The way to handle requests is inspired by deployd. Although it work well, it is still experimental. Some points to note:
The text was updated successfully, but these errors were encountered: