From bac2526c99506ecc9a2e04905e3d0307233e47f2 Mon Sep 17 00:00:00 2001 From: WlodekM Date: Tue, 2 Jul 2024 15:10:24 +0300 Subject: Initial commit --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..00d38a1 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# wsChat + +A simple IRC-like chat made using nodejs and webSockets + +## Running the server + +To install dependencies: + +```bash +npm install +``` + +To run: + +```bash +node index.js +``` + +## TODO + +- Make commands be in an object instead of a switch statement +- /help command +- /about command +- Config (JSON) +- MOTD +- Custom commands -- cgit 1.4.1-2-gfad0