Edit GoFiber API to use websocket instead of HTTP Post Request
Budget: €30 – €250 EUR
I have a simple GoFiber API which currently receives data through a http post request with Json data
I need to change it around so that it acts as a websocket server instead .
The cavet is that it also needs to reply with an array of data, which is possible by using workarounds such as Json RPC, etc .
Your task is to convert the FastHTTP2 http API to a websocket server (it can keepp using GoFiber and the native gorilla websocket support) while providing a solution to get back a reply with the array of necessary data after the request is sent .
I need to change it around so that it acts as a websocket server instead .
The cavet is that it also needs to reply with an array of data, which is possible by using workarounds such as Json RPC, etc .
Your task is to convert the FastHTTP2 http API to a websocket server (it can keepp using GoFiber and the native gorilla websocket support) while providing a solution to get back a reply with the array of necessary data after the request is sent .