I need to consume a JSON-formatted data stream via WebSocket, and send the data as is to a Redis server. That's all this application needs to do; no UI, no requests need to be attended and the data doesn't need to be processed at all.
I want to get the smallest footprint and highest performance. Do you think Node.js/V8 would handle this scenario better than the Java/JVM? I'm between these 2 options because are the ones I can manage, although my main skill is Java.