Minichan

Topic: My attempt at a BBS

phallus99 !2C04uEDIuE started this discussion 12 years ago #38,474

So it's not normally the kind of thing I program but I've been making a bbs for me and my friends to use.
It's pretty much done and works very well. As fast as it needs to be.
I found the development process quite easy. I'm using a bunch of google products (appengine + domains), and I rarely have any hiccup in deployment or otherwise.
The whole program is only about 660 lines of Go. But that includes a lot of really long string literals for HTML.
anyway, just thought I'd share

shit's easy as hell l-m-a-o

Anonymous B joined in and replied with this 12 years ago, 7 minutes later[^] [v] #514,184

you were such a little shit back then

squeegee joined in and replied with this 12 years ago, 1 minute later, 9 minutes after the original post[^] [v] #514,186

is that a pic of radical edward? boss

phallus99 !2C04uEDIuE (OP) replied with this 12 years ago, 53 seconds later, 10 minutes after the original post[^] [v] #514,188

@514,184 (B)
im still a little shit but i have a lot more money

Anonymous B replied with this 12 years ago, 49 seconds later, 10 minutes after the original post[^] [v] #514,189

@previous (phallus99 !2C04uEDIuE)
shocker

phallus99 !2C04uEDIuE (OP) replied with this 12 years ago, 1 minute later, 12 minutes after the original post[^] [v] #514,190

@previous (B)

r04r joined in and replied with this 12 years ago, 3 minutes later, 15 minutes after the original post[^] [v] #514,192

Nice that you're using Go, I like. A basic image board is pretty easy, pretty much just crud for 3 entities: users, topics & replies

phallus99 !2C04uEDIuE (OP) replied with this 12 years ago, 44 minutes later, 1 hour after the original post[^] [v] #514,196

@previous (r04r)
right
those are the only 3 named structs that I have

r04r replied with this 12 years ago, 6 minutes later, 1 hour after the original post[^] [v] #514,197

@previous (phallus99 !2C04uEDIuE)
put it on github (or somewhere) and ill read it
:

Please familiarise yourself with the rules and markup syntax before posting.