Skip to content
/ bbs-go Public

A tiny TCP server implementing a basic Buletin Board Service.

Notifications You must be signed in to change notification settings

thevxn/bbs-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bbs-go

A tiny TCP server implementing a basic Buletin Board Service.

$ telnet localhost 5555
+-------------------------------------------+
|       __    __                            |
|      / /_  / /_  _____      ____  ____    |
|     / __ \/ __ \/ ___/_____/ __ \/ __ \   |
|    / /_/ / /_/ (__  )_____/ /_/ / /_/ /   |
|   /_.___/_.___/____/      \__, /\____/    |
|                          /____/           |
|                                           |
+-------------------------------------------+
vxn-dev bbs-go service (0.6.1)
telnet localhost 5555

> test
*** Invalid command

> exit
*** Bye

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