Coder Social home page Coder Social logo

x16-bbs's Introduction

x16-bbs

This is a simple framework for writing BBSes in Node.js written specifically for the Commander X16 machine.

What is a BBS, anyway?

In short, a Bulletin Board System. Remember the good old days of slightly before Internet, where you have to dial up a phone number with your Commodore 64 to get to another one running BBS software and get some neat software for your machine? It's still the same thing over 30 years later, but this time you can access it through a TCP connection via Internet...

Features implemented so far

  • Access via telnet and websockets
  • Login and signup process (with Argon2 hashing)
  • Menus
  • Doors
  • Sysop tools
  • Boards
  • Chatrooms
  • Profile
  • Feature detection (right now it assumes a X16 in 80x60 text mode)
  • File upload
  • Proper client software to support those features

If you think of something else, feel free to open an issue about it!

How to connect

UART support on the official emulator is a bit wonky as I write this, so you might want to use my fork which supports UART via FIFOs on Linux and the web emulator or mattuna15's fork which supports connecting directly to an IP address.

You'll then want to load a serial terminal program like this one:

10 OPEN 2,2,0,CHR$(6)+CHR$(161)
20 GET#2,A$
30 PRINT A$;:
40 GET B$
50 IF B$="" THEN 20
60 PRINT#2,B$;:
100 GOTO 20

Connect your X16 to the BBS server and there you go!

Available instances

How to install

soon

x16-bbs's People

Contributors

juju2143 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.