Hello,I'm planning on creating a Chrome extension that will allow the user to clip web pages or parts of them and save the clips in a web2py app.Is it possible to create such an extension?
Will it be able to communicate with the web2py app?
I would preferably use json-rpc for communication, but a RESTFUL api would also be fine.Which one would work?
How would authentication be handled?
Thanks!