Build Serial Websocket Server in Pyhton

Job ID: 34191246

Budget: $30 – $250 USD

I want to read data from Arduino via serial com ports and send the data to connected client via websocket server
My requirement is like this
Arduino(serial) -> Websocket server -> Websocket clients
So the code should be implemented serial read function and Websocket server
I already could get the data from arduino in python. Just want to send data to clients via websocket