If you use strict REST then best lang is PHP7+nginx with cache (http request -> memcache -> db) or better use doctrine2 ^^ (good configuration is slimframework.com)
If you want real-time flow then better to use NodeJS and socket.io or socketcluster.io :)