Giter Club home page Giter Club logo

chatroom's Introduction

Hi, I really like cats, and I have a facination with Robotics, Computers, Electronics, and Coding. Most of my projects are automation utilities, Discord bots, and Minecraft plugins/mods.

I have experience in a few languages including:

  • JavaScript/TypeScript
  • Python
  • Java
  • C# (Basics, nothing real complex)

I currently have 7 Microsoft Certifications:

  • Introduction to Programming Using Java
  • Introduction to Programming Using Python
  • Introduction to Programming Using JavaScript
  • Software Development Fundamentals
  • Security Fundamentals
  • Windows Operating System Fundamentals
  • Introduction to Programming Using HTML and CSS

github stats Top Langs wakatime stats CodeTime badge

Supporting me

If you are feeling generous and would like to support me, you can donate on one of the following sites.
ko-fi

Patreon

Buy Me A Coffee

โค๏ธ GitHub Sponsors

๐Ÿ’ฐ PayPal: [email protected]

Or cryptocurrency:

  • BTC: 3NS9C7ZUkmq37LbmZyr2YDpjQ5cigk2Smj
  • Doge: DGZR8hnXKhPvgsXBFcWmdo6iGQSdhhEGpi
  • ETH: 0x3cFF498a5AdC9aCF46b72170C29721e16D1Cbd2a
  • LTC: MSeL5rYP4e39aXFfvbi23uHJG7JoUmZ1jG

chatroom's People

Contributors

puyodead1 avatar

Watchers

 avatar  avatar

chatroom's Issues

Client: Proces handshake packets

The client needs to have implementation for handling handshake packets from the server, this includes storing the session id for future messages

Valid Handshake response

The server needs to respond to a valid handshake response with its protocol version. upon the client receiving this packet, the client should compare the servers protocol version to the clients protocol version and return an error if they do not match.

A valid handshake is defined here as a client handshake that has a correct protocol version and did not get lead to an error packet

Heartbeat packet

The server should send the client a heartbeat interval (possibly in the handshake from the server or a when the client authenticates) to which a client should send a heartbeat packet every X seconds so the server keeps the connection alive.

The server might also request a heartbeat from a client, conditions on when this happens are TBD

on the server receiving a heartbeat packet, it should respond with a heartbeat ack

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.