/chat-with-next-socketio

Chat desenvolvido com Socket.io, Next.js e Chakra UI.

Primary LanguageTypeScript

About

This is a chat project made with Next.js and Socket.io. The application was started using create-next-app and a custom-server to handle the socket protocol. Declarative UI was used for styling with Chakra-UI. The project is under development and needs new features.

Screens | Technologies | Features | Getting started | License

Screens

  • The app

  • Unauthorized route

Technologies

Features

  • control of logged users
  • Unauthorized route
  • private message to the selected user
  • Design improvement
  • Database implementation

Getting started

Requirements

Clone the project and access the folder:

$ git clone https://github.com/marchetti2/chat-with-next-socketio.git && cd chat-with-next-socketio

Install the dependencies:

$ yarn

Run the development server:

$ yarn dev

Open http://localhost:3000 with your browser to see the result.

License

This project was developed by Mário Luiz.