Hacker News new | ask | show | jobs
by darshan 3895 days ago
I'm having trouble figuring out with Google -- what does CUD stand for here?
1 comments

Probably create/update/delete. CRUD without the R.
Yep. REST for the most part is CRUD without the HTML.
Ah, that totally makes sense, thanks!