Answer the question
In order to leave comments, you need to log in
Why is Thrift not working in Angular.js?
Good afternoon.
I am writing a client for a server.
Communication with the server occurs through Thrift.
If I send a request to the server simply in the index page code, then everything is fine. The answer comes.
var transport = new Thrift.Transport("Path_To_Server");
var protocol = new Thrift.Protocol(transport);
return new SomeMethod(protocol);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question