I thinking of building a mini-server where Java can send data through UDP protocol so that my other Flex application can read. The data consist of short string of up to 64 characters. Should I consider HTTP instead?
Where can I find out more tutorial on building HTTP/UDP web server