https://github.com/thevxn/bbs-go
A tiny TCP server implementing a basic Bulletin Board Service.
https://github.com/thevxn/bbs-go
bbs bbs-go go-telnet golang telnet
Last synced: about 2 months ago
JSON representation
A tiny TCP server implementing a basic Bulletin Board Service.
- Host: GitHub
- URL: https://github.com/thevxn/bbs-go
- Owner: thevxn
- Created: 2023-01-15T13:08:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-20T18:52:58.000Z (6 months ago)
- Last Synced: 2025-06-07T05:08:29.595Z (4 months ago)
- Topics: bbs, bbs-go, go-telnet, golang, telnet
- Language: Go
- Homepage:
- Size: 6.61 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bbs-go
A tiny TCP server implementing a basic Buletin Board Service.
```shell
telnet localhost 5555
``````text
+-------------------------------------------+
| __ __ |
| / /_ / /_ _____ ____ ____ |
| / __ \/ __ \/ ___/_____/ __ \/ __ \ |
| / /_/ / /_/ (__ )_____/ /_/ / /_/ / |
| /_.___/_.___/____/ \__, /\____/ |
| /____/ |
| |
+-------------------------------------------+
vxn-dev bbs-go service (0.6.1)
telnet localhost 5555> test
*** Invalid command> exit
*** Bye
```## build and run
```shell
# 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