I was annoyed last week that ii (http://tools.suckless.org/ii/) didn't support
SSL, so i reimplemented ii inn Golang and added a few extra needed features.
It's essentially just a file based IRC client. Using FIFO files as input, and
spitting out the loggs into an out file. I really enjoy the simplicity of the
idea and how easy it is to script. Been using it to learn goroutines and some
more go, the code isn't the best but it's fun.
Planning to create something like "wii" where you can use the same structure
but with HTTP requests. POST to send data into the FIFO file, and GET to read
the out file.
https://github.com/Foxboron/iii
It's essentially just a file based IRC client. Using FIFO files as input, and spitting out the loggs into an out file. I really enjoy the simplicity of the idea and how easy it is to script. Been using it to learn goroutines and some more go, the code isn't the best but it's fun.
Planning to create something like "wii" where you can use the same structure but with HTTP requests. POST to send data into the FIFO file, and GET to read the out file.