Skip to content

simple go-telnet implementation for a BBS telnet service

Notifications You must be signed in to change notification settings

krustowski/bbs-go

Repository files navigation

bbs-go (go 1.20)

simple implementation of go-telnet server to a BBS service

    __    __
   / /_  / /_  _____      ____  ____
  / __ \/ __ \/ ___/_____/ __ \/ __ \
 / /_/ / /_/ (__  )_____/ /_/ / /_/ /
/_.___/_.___/____/      \__, /\____/
                       /____/

savla-dev bbs-go telnet service
telnet bbs.n0p.cz 7777

build and run

# copy example dotenv file
cp .env.example .env

# edit some vars
vim .env

# apply settings, build the binary and run it with env vars exported
make run

system structure (TODO)

  • message boards
  • TUI forums
  • online games
  • user administration