I am looking into making a text based game that I wrote in Haskell into a BBS software package. I am having problems finding information on writing the simplest of BBS software such as a echo server. I have implemented a simple telnet server before, but never a BBS software package.
Am I not googling the correct keywords or is it that dead simple?
Ideally, I am looking for a link to an existing tutorial on making a BBS software package.
You probably want a “door development kit” that supports your language and BBS of choice. You’ll have to consult the documentation for your specific BBS to determine what dropfiles and door routines it supports.