|
|
|
|
|
by bullen
1589 days ago
|
|
I know, I just go by "the code is so small, you should have time to read it". rupy is a minimalist, from scratch, HTTP app-server that uses non-blocking IO so it can scale comet-stream (SSE or not) which is much better than WebSockets: https://news.ycombinator.com/item?id=30313403 I will never make projects that you just download and double click to run. I want my users to understand how it works more than I want them to use it! Or maybe I'm just lazy... :S |
|