How can i test this code in postman, it doesn’t give any response, its a tcp server in nodejs which i am trying to test
Introduction This document provides a specification for developers who want to code a client to interact with the BetaCrew mock exchange server. The BetaCrew server simulates a stock exchange environment and allows clients to request data related to the order book. Server Connection The BetaCrew server operates on TCP protocol. Connect to the server using […]