Often websockets and http for a service are handled in different apps. There are very good reasons for this. Python’s flask for example is brilliant because of it’s…
I recently wrote a slack bot that responds to action commands (like /echo yolo ) but I ran into some trouble…
/echo yolo
I used to have a small ec2 instance for webhook development. I’d either work directly on it or, if I wanted to use exotic toys like IDEs, I’d have an inotify locally that scp’ed changes to my ec2 instance and restarted the server…