Skip to content

lychnellj/ChatApp

Repository files navigation

Chat Application

A simple console-based chat application in C# built for a school examination with the goal being to cover the basics of C# programming.

Getting started

  1. Run the application using dotnet run in the terminal.
  2. Enter your username when prompted.
  3. Start chatting!

Commands

Command Description
/help Show available commands.
/history X Show the last X messages from chat history.
/history X Show the last X messages from chat history.
/exit Disconnect and exit the chat.

Replace X with the number of messages you want to view (e.g., /history 10).

Features

  • Real-time messaging

  • Typing notifications

  • Join/leave notifications

  • Persistent chat history per user, fetchable using the /history command.

    The chat history is only local and saves as a text file.


About

a c# chat application using websockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages