Am trying to create an app that can receive an api request and use the api 
request parameters as input to send a new diameter request to a diamter 
node. For examplehe

   diameter interface<--------- App <---------- api interface

So the app receive an http request from a client using some url 
(http://xxxx) with some data or url parameters, the app receive the 
request, retrieve the data or url parameters, use the retrieve data as a 
diamter AVP input data to send a diameter request to diamter node. The 
response is also follow the same procedure.
Any idea about how can to create this in Go. In GO there is the go-diamter 
library and also many http server libraries. Is it possible to create this 
app using these libraries and if yes how i can i do that since the http 
server handling of requests are different from that of diameter request.
Any link to an example or some code example. Any libraries or any other way 
to create this app in Go?   

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/4145dafa-664f-4d0e-ac9a-7731fb4090ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to