Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It depends on the problem - if the particular interface is semantically suitable for REST, then there won't be any overhead and REST will just be a useful convention on how exactly you should represent it; and on the other hand if that particular interface needs are not suitable for REST then you probably should implement it with RPC, message queues or whatever other option better suits the problem instead of trying to mangle it into REST paradigm.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: