I'm asking if it is possible to create a backend in node.js who has the same API but is compatible both TCP and WebSocket protocols, on the same port ? I'm aware that Websocket is TCP based but have some high-level pre-requisites and found nothing on the subject.
Thanks all