ansyun / dpdk-ans

ANS(Accelerated Network Stack) on DPDK, DPDK native TCP/IP stack.
https://ansyun.com
BSD 3-Clause "New" or "Revised" License
1.16k stars 324 forks source link

Binding ans-ip to golang web-server #108

Open sachithmuhandiram opened 5 years ago

sachithmuhandiram commented 5 years ago

I am trying to do a simple thing. Attach my golang web-server to ans-ip address.

I have checked ans example web server, I can access that easily.

But dont know how I can use that flow to bind golang web server to ans-ip. Do I need to have C code like in example to run this scenario?

sachithmuhandiram commented 5 years ago

Any suggestions for my scenario?

bluenet13 commented 5 years ago

No suggestion for golang

sachithmuhandiram commented 5 years ago

No suggestion for golang

What about any other language? php,erlang etc?