How to do socket communication (not HTTP) between WAS and a socket server.
was_to_socket_server_communication_3.png

WAS sends a command to a plugin and the plugin sends the command to a socket server. You can develop the plugin by using C++ or C#.

In case of ProudNet, you can use NetClient or LanClient.

The following instruction is how to do WAS plugin programming.

  • PHP: CGI or FastCGI
  • ASP.NET: C# class library
  • node.js: C plugin
  • Java: JNI