Giter Site home page Giter Site logo

irc-server's Introduction

Internet Relay Chat

What is IRC?

Internet Relay Chat is a forum made for group discussions made and popular in pre-socical media era. IRC servers usually follow TCP protocols and a tree topology. In today's world this is a very obsolete technology but it helps to learn the basics of how messages are commuted between computers connected on a local area network.

Intended functionalities

  • build a decentralised chatting platform using socket programming in C language
  • implement commands, different chatrooms and channels in the IRC
  • handle multiple clients using a tree topology

Environment Setup

For windows users

For MacOS and Linux

Environment setup is simple, you just need to setup gcc to compile c programs.

How to run the application

  • open the directory where you've cloned the repo in your terminal or cli
  • run the following commonds for both serverside and client side code
    • to compile and run on windows
      • gcc path/to/c/file.c -o path/to/output.exe
      • .path/to/output.exe portNumber (for severside files)
      • ./path/to/output.exe ipAddress portNumber (for clientside files)
    • to compile and run on MacOS or Linux
      • gcc path/to/c/file.c -o path/to/output
      • .path/to/output portNumber (for severside files)
      • ./path/to/output ipAddress portNumber (for clientside files)

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

irc-server's People

Contributors

mankiratsingh1315 avatar samn-26 avatar destrex271 avatar angad8285 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.