For how fast this is: Websockets! I was playing around with it, watching the network traffic. You'll see you get 101'd (Switching Protocols) to spe.lt:8080. If you hit that URL, you'll get a default page that says:
AutobahnPython 0.10.4
I am not Web server, but a WebSocket Endpoint.
You can talk to me using the WebSocket protocol.
You can see a little bit more in main.js as well. As for the backend, it's looking like Python, considering the WS page. I am curious about 3 and 4 as well, and as the actual frameworks used for 1.
Very nice work to the person who made this.
Edit: I'd also love to know if this ever is open sourced. Understandable if not. Very cool tool.
Thank you! Websockets speed it up a little, about ~20-50 ms. I am a fan of open source, I would consider open sourcing part of the backend if I can turn it into a library that is useable.
Very nice work to the person who made this.
Edit: I'd also love to know if this ever is open sourced. Understandable if not. Very cool tool.