Giter Site home page Giter Site logo

socketiochatclient's Introduction

Socket IO Chat client

======================

This is a simple chat client for Windows built for .NET 4.7 using WinForms and C#. Chat communication is done through socket.io, which is an open-source Javascript real-time messaging framework. Client is connected to a central server hosted on Azure Web Services, written in Node.js. Source code for the server can be found at the link below.

See also: socket-io-chat-server

Socket.io client library in C# that I'm using is available at the link below.

See also: SocketIoClientDotNet

Usage

Compile source code with target .NET framework 4.6.1 or download precompiled .exe from link below.

See also: Releases

  • Requirements
    • Windows 10 or .NET Framework 4.6.1

Features

  • Chat rooms (protected and unprotected)
  • Creating chat rooms
  • Deleting a chat room with master password set on creation of the room
  • Real-time updating of connected users in the lobby and in rooms
  • Usernames

Implementation

Client API representation can be found below.

Squares on the left are the request strings that client sends, right are all the potential responses from the server in JSON (I didn't include the outer brackets of JSON), only one of which gets sent as the response.

ClientAPI

Special thanks

  • BB
  • Creator of C# Socket.io client
  • socket.io for providing such an awesome framework

socketiochatclient's People

Contributors

baso53 avatar

Stargazers

Garry Lowther avatar Yili Zhao avatar

Watchers

Garry Lowther 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.