I have to write a message board application and the server should be able to serve multiple clients simultaneously. At the moment, my default option is to use reactor pattern (because it is the only one that I learned and knew) but I was wondering if there are other options / better options
Also, open the appropriate pattern Suggestions for implementing the source will be welcomed.
Just to be clear, I'm not asking about an HTTP server, the application does not have anything to do with HTTP at this time.
The question design is strictly about patterns.
Thank you.
No more information about Design Pattern other than server but I'm not sure that this is my I have got a framework for client / server programming on Java, it is called as jabos natii and it is very much what I was looking for. Thank you for the people who try to help.
Zebos Neti:
Comments
Post a Comment