Suppose a flex. like a chat application, where the messages from other clients it is required to be transferred immediately.
The solution is to develop a server side app where will be the hub and the message handler of client's messages. The communication will be based on tcp ip sockets. This server side application, in which development environment will be developed? JPEE? Please give some guidelines to search and read respectively. Best regards dennis

