Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 459 Bytes

File metadata and controls

18 lines (15 loc) · 459 Bytes

#Simple IRC Implementation

Usage :

  • /NICK nickname : set nickname
  • /JOIN channel-name : join channel
  • /LEAVE channel-name : leave channel
  • /EXIT : logout and close IRC
  • @channel-name message : send message to channel channel-name
  • message : send message to all channel you've joined

This IRC implemented using :

  • Apache thrift
  • Google protocol buffer and gRPC
  • RabbitMQ

by

  • Junita Sinambela (@junitasinambela)
  • Khoirunnisa Afifah