|
|
|
|
|
by plomlompom
3780 days ago
|
|
Just hacked together a prototype for a hosted twtxt server in Go: http://github.com/plomlompom/htwtxt This could be used to allow server-less users to login and twt via a browser to URLs hosted by someone running the server. I'm still pretty new to Go and building / setting up web servers, so don't expect too much (expect session/cookie handling to be messy, and security in general to be bad). I set up a quick testing version at (http) http://test.plomlompom.com:8000/ and (https, bad certificate) https://test.plomlompom.com:8001/ – just for testing and playing around, don't expect anything hosted there to be up for too long. |
|