10 ms·
Here in Taiwan BBS is still popular, PTT [0] has ~120k avg. concurrent users every day. For those interested, their codebase is available on GitHub [1]. [0] h
by lsc36 9y ago
Here in Taiwan BBS is still popular, PTT [0] has ~120k avg. concurrent users every day.
For those interested, their codebase is available on GitHub [1].
[0] https://en.wikipedia.org/wiki/PTT_Bulletin_Board_System https://en.wikipedia.org/wiki/PTT_Bulletin_Board_System
[1] https://github.com/ptt/pttbbs https://github.com/ptt/pttbbs
- jamesjyu 9y agoFascinating! I would have thought most people didn't have land lines in Taiwan. Are they dialing in using mobile phones?
- lsc36 9y agoAFAIK most Taiwanese BBSes established in the 90's already run on Telnet over TCP/IP. PTT has SSH support, smartphone clients are available as well. BBS with Internet today serves as a high-performance forum, loading boards/articles takes a single RTT. Storage is still file-based and relies on filesystem and kernel caching.