https://github.com/thevxn/bbs-go
simple go-telnet implementation for a BBS telnet service
https://github.com/thevxn/bbs-go
bbs bbs-go go-telnet golang telnet
Last synced: 6 months ago
JSON representation
simple go-telnet implementation for a BBS telnet 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: 2024-12-13T12:10:00.000Z (6 months ago)
- Last Synced: 2024-12-13T12:35:31.202Z (6 months ago)
- Topics: bbs, bbs-go, go-telnet, golang, telnet
- Language: Go
- Homepage:
- Size: 6.59 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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