Creating a simple java hash server
Posted
by Blankman
on Stack Overflow
See other posts from Stack Overflow
or by Blankman
Published on 2010-05-22T17:14:29Z
Indexed on
2010/05/22
17:21 UTC
Read the original article
Hit count: 170
Is it possible to create a simple server in Java that returns a response based on a given key?
So it would be a simple program, that stores a hashmap and returns the result based on a key provided by the client.
What would be the fasted implementation, to have it over HTTP or a socket? The client will be a web based application.
© Stack Overflow or respective owner