Skip to content

App for React + TypeScript + Node.js development integrating with RabbitMQ

License

Notifications You must be signed in to change notification settings

thcidale0808/socketio-react-chat-rabbitmq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatroom using modern libraries with RabbitMQ

This project was bootstrapped with create-react-app-typescript.

The purpose of this is to see how to use modern web libraries together in a single, cohesive web app. Sometimes it's more helpful to see real world examples, because those are the places we run into questions about design or architecture choices. It also shows how to hook socket.io with RabbitMQ for one event.

Libraries

I also have an example of how to add missing type definitions for libraries that don't already have any.

Run

Make sure that you have docker installed. Execute the following:

$ docker-compose up --build

Visuals

Normal chat

Changing nick

Dark mode

About

App for React + TypeScript + Node.js development integrating with RabbitMQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.0%
  • HTML 4.3%
  • Dockerfile 1.5%
  • CSS 0.2%