An open API service indexing awesome lists of open source software.

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

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