Skip to content

billybichon/react-native-rabbitmq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-rabbitmq

Fork of this repository with added functionalities.

gzip feature

2 things:

  • RabbitMQ send packets of bytes over the network.
  • In mobile applications we tend to minimize the amount of transiting data.

Thus, the use of gzip fit perfectly !

The use is exactly the same from a react-native point of vue, you send your information to the android/iOS bridge as a String and it will be gzip before it is sent, same for the received packets, they will be ungzip upon reception and transmit to the react-native side as a String.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 50.4%
  • Objective-C 37.5%
  • JavaScript 12.1%