martinsvinicius / first-chat

A realtime chat built using Nodejs | Socket.io πŸš€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First Chat

About the project β€’ Built With β€’ Getting Started β€’ Usage β€’ Author


Hi, everyone πŸ‘‹

About the Project

This is my first realtime chat project. I made it just to pratice and learn about websockets.

Built With

Getting Started

Before start, in the project directory, you need run:

  • yarn

    yarn install

    or just run

    yarn

    To install all project dependencies.

After that, you can run the available scripts:

  • Runs the app in the development mode using nodemon:

    yarn dev

    Open http://localhost:3000 to view the chat in the browser. The server will reload if you make edits.


  • Runs the app using node:

    yarn start

Usage

To see the magic of websockets, open localhost in different browsers.

The result should look like this:

Author

by: Vinicius Victor :)

Siga no Twitter GitHub last commit Perfil Linkedin

About

A realtime chat built using Nodejs | Socket.io πŸš€


Languages

Language:HTML 54.9%Language:JavaScript 23.1%Language:CSS 22.1%