Skip to content

Instant messaging application using NodeJS and websocket protocol.

Notifications You must be signed in to change notification settings

LuizPelegrini/webchat-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatty

License


✨ Technologies

This project was developed using the following technologies during the 5th NextLevelWeek.

💻 Project

Chatty is realtime application that allows a user to communicate with an attendant (admin) using the Websocket Protocol.

🚀 How to run:

  • Clone this repository
  • If you don't have the database.sqlite file inside the src/database folder, create one and run yarn typeorm migration:run to create the database tables.
  • Run yarn dev to start the application.

All set! The application will be available at http://localhost:3333

  • To open client view, use http://localhost:3333/pages/client
  • To open administrator view, use http://localhost:3333/pages/admin

About

Instant messaging application using NodeJS and websocket protocol.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published