[ prog / sol / mona ]

prog


Gemini protocol

1 2023-01-13 13:07

I'm writing a Gemini server for fun, does this protocol have a future?

2 2023-01-13 14:08

no

3 2023-01-13 16:13

As long as people like you keep writing software for it, there is.

4 2023-01-13 23:54

No. Write a Gopher server instead. That can actually be done in an afternoon.

5 2023-01-20 03:58

I think it might take fewer lines of C to handle gemini than to deal with binding/listening the socket for it. Certainly if you do it the new getaddrinfo way.

6 2023-01-20 20:11

>>5
I'm not seeing this. Explain.

Gopher, Gemini, and HTTP can be done well enough with xinetd, can't they?

7 2023-01-25 03:47

>>6
Sure, my point was that it takes almost nothing.

8 2023-03-10 17:21

OP here, I wrote my Gemini server in around 70 lines of Perl.

9


VIP:

do not edit these