/simple-socket-chat

A simple chat using Node (Express and Sockets.io) and HTML, CSS with Vanilla JS

Primary LanguageJavaScript

simple-socket-chat

A simple chat using Node (Express and Sockets.io) and HTML, CSS with Vanilla JS

app

Requirements

-NodeJS and NPM (latest version is better)

Usage

First, navigate to the project folder and cd to the server folder. Run npm install and then, npm run start.

After that, navigate to localhost:3000 and start using the app!