I am interested in ways you can connect Node.js with AppServer, cons/pros of each method, and which method is the fastest.
My understanding there are following options:
Do I miss something ?
That's pretty much all it is, did also listed the jdbc route but that depends on java as well and for regular jdbc driver you only get to the database tables not business logic although there is one driver that lets you do that ;)
Did a review of solutions on my last year presentation - pugchallenge.eu/.../marian_edu_node4progress.pdf
Webspeed and sockets are also options, a new approach will probably be added to the list soon so stay tuned :)
That's pretty much all it is, did also listed the jdbc route but that depends on java as well and for regular jdbc driver you only get to the database tables not business logic although there is one driver that lets you do that ;)
Did a review of solutions on my last year presentation - pugchallenge.eu/.../marian_edu_node4progress.pdf
Webspeed and sockets are also options, a new approach will probably be added to the list soon so stay tuned :)
You could also consider using some sort of queue in the middle, activeMQ with STOMP in both sides or with some specific development using zeroMQ.