testing sandbox for what will become everlasting, the go bbs
Go to file
Sundog Jones 05ab3c9ed1 fix slice index underrun 2021-04-23 12:20:17 -07:00
openconn add package comment to openconn 2021-04-17 09:35:29 -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 fix slice index underrun 2021-04-23 12:20:17 -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.