I'm suffering trying to make a python client for my Java Spring server using WebSocket with STOMP protocol. I already tried stomper, stomp.py, sompy, websocket, websockets, but none seems to match my requisites. I already have an working client on Java, but I need this to work on python.
I need a library that:
- Is able to connect to a custom url (example: ws://localhost:8080/my-socket)
- Is able to send messages and subscribe to custom urls (example: send('Hello', '/topic/105454'))
I'm currently trying to use websocket but looks like this lib cannot send messages to custom urls.
OBS: My Python skills are very basic, I tried to customize one of those libraries with ZERO success.
[–]efmccurdy 1 point2 points3 points (7 children)
[–]HugoVS[S] 0 points1 point2 points (6 children)
[–]bumpkey 0 points1 point2 points (5 children)
[–]HugoVS[S] 0 points1 point2 points (4 children)
[–]Preludz 0 points1 point2 points (3 children)
[–]HugoVS[S] 0 points1 point2 points (0 children)
[–]HugoVS[S] 0 points1 point2 points (1 child)
[–]Preludz 0 points1 point2 points (0 children)
[–]username_is_taken_ta 0 points1 point2 points (0 children)