I know how to handle incoming http requests in Akka, but I want my Akka-based web application to also communicate with Facebook and CouchDB via the HTTP API, sending outgoing calls. Is there any good practice? Should calls be asynchronous?
For Couch Debasish there is SCouchDB: https://github.com/debasishg/scouchdb
Regarding conversations with Facebook, I donβt know, but if you want to make asynchronous outgoing http calls, you can try: https://github.com/AsyncHttpClient/async-http-client
Does it help?
Some time ago, I posted a sample WebGL application using Akka, which talked to Facebook and Google Maps. This is nothing special, but it can help. You can find it here: https://github.com/dsciamma/fbgl1
Source: https://habr.com/ru/post/1444874/More articles:ValueError: object is too deep for the desired array - pythonhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1444870/what-languages-attribute-signunsignedness-to-the-operation-not-the-data&usg=ALkJrhjzf4P7doe-P4yB9TOoEi_zBMGMjwWhy does the server socket give port no, which is different from the associated port? - cjQuery find () - exclude the element $ (this) - jqueryIs there a callback in ember.js that I can use to run the code after displaying all the views after the state transition? - ember.jsUsing the `afterRender` Hook with Nested Views - ember.jsGuess my number in games with disabilities - pythonORM: friendship / Buddhist relationship - phpTrigger RadMenu Dropdown with jQuery - jqueryThe cleanest way to do ORM for neo4j + sql in a python flask? One model from 2 databases - pythonAll Articles