Skip to content

Re-coded the Chat-Server as a practise for our upcomming Test :)

Notifications You must be signed in to change notification settings

BastiArts/Websocket_ChatServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Websocket_Chatclient

Introduction

This is a re-coded Version of our ChatClient, which has a much better structure than the old one.

Code Samples

Login:
{"typ": "login", "username": "basti", "password": "123"}

Logout:
{"typ": "logout", "username": "basti"}

Add Group:
{"typ": "addGroup", "group": "Schule"}

Join Group:
{"typ": "joinGroup", "group": "Schule"}

Message:
{"typ": "data", "group": "Schule", "payload": "Hallo"}

Get Groups:
{"typ":"groups"}

Installation

Just clone ;)

About

Re-coded the Chat-Server as a practise for our upcomming Test :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages