Part of the open source chat project, this is used as the server for the client to connect to.
 
Go to file
jsrobson10 ed526ff3c4 Made the server update users about new users 2019-04-12 18:14:14 +10:00
node_modules Added a database for users 2019-04-10 20:23:01 +10:00
.gitignore Added a .gitignore 2019-04-10 20:24:14 +10:00
LICENSE Initial Commit 2019-03-24 17:57:54 +11:00
README.md Updated readme 2019-04-10 20:29:39 +10:00
main.js Made the server update users about new users 2019-04-12 18:14:14 +10:00
package.json Installed node-rsa, fixed package.json 2019-03-25 13:00:24 +11:00
settings.json Added basic chat, message, and user structure 2019-04-12 17:09:24 +10:00
text.txt Added a database for users 2019-04-10 20:23:01 +10:00

README.md

chat-server

An open source chat server for the chat client

Required software

  • NodeJs

Required libraries

  • net
  • fs
  • random-bytes
  • node-rsa
  • atob
  • btoa
  • buffer-split
  • sqlite3
  • winston
  • worker-farm