testing sandbox for what will become everlasting, the go bbs
Go to file
Sundog Jones b2cfe0f1ab add readme, add more comments to main.go 2021-04-17 09:32:37 -07:00
openconn fix typo in openconn that probably caused a lot of hassles 2021-04-14 20:25:04 -07:00
screens add contact screen 2021-04-16 18:49:51 -07:00
.gitignore add gitignore, add first pass at info screen handler 2021-04-16 18:30:56 -07:00
README.md add readme, add more comments to main.go 2021-04-17 09:32:37 -07:00
go.mod add gitignore, add first pass at info screen handler 2021-04-16 18:30:56 -07:00
go.sum refactor simple screen output into screenHandler function to parse ANSI files (with optional go template fields) 2021-04-16 14:41:35 -07:00
main.go add readme, add more comments to main.go 2021-04-17 09:32:37 -07:00

README.md

go-bbs

a basic multiuser bulletin board system written in Go

This is a simple framework for developing and deploying a console-based bulletin board system.

It is currently under active development but not ready for use quite yet.