HaXe is a "web" oriented language, so the strength is in the write-once, deploy anywhere style of development. However, another key strength is handling communication between layers in a website... such as between php and javascript, or javascript and swf:
http://haxe.org/doc/remoting
Since each layer is written in the same language, it is simple to write proxies and connection layers between them. It's also easy to update or change these protocols all at once. There are already some great serialization, proxy, and remoting classes in the base library.
Since each layer is written in the same language, it is simple to write proxies and connection layers between them. It's also easy to update or change these protocols all at once. There are already some great serialization, proxy, and remoting classes in the base library.