A chat app created with Node.js and Socket.io. Frontend uses vanilla JavaScript and TailwindCSS.
These are the main technologies used to create the application:
- Clone the repo:
$ git clone https://github.com/dberri/realtime-chat-app.git
$ cd realtime-chat-app
- Run the application:
# Install dependencies
$ yarn install
$ yarn start
- In your browser, navigate to
http://localhost:3000