/socket

Primary LanguageCSSMIT LicenseMIT

Node chat - Implementation with Socket.IO

========================================

GitHub package.json version Package.json express version Package.json mongodb version Package.json passport version GitHub code size in bytes Last commit Website MIT License Twitter Follow

Workflow badge PRs Welcome

  • Created from the FCC repository, to compile the lessons about server chat in node.

ko-fi

Clone this repo

Start with an empty repository and making the git init as follows:

git init
git clone https://github.com/Estebmaister/socket.git

If you want to run the FCC challenges, you'll have to add the files from the original repo by FCC.

Scripts

To install all the dependencies:

npm install

To run the server static

npm start

To run the server with dynamic refresh

nodemon server.js

Implementation in the code

License

MIT