Skip to content
/ Chat Public

Using Socket class for implementation client sockets; it has one chatbot and several commands

Notifications You must be signed in to change notification settings

self-harm/Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instruction 'How to start the chat':
1 - run Server:
    - port:     1234 || any 4 numbers
2 - run ClientGuiController
    - address:  localhost || 0.0.0.0 || 127.0.0.1
    - port:     same
3 - run BotClient
    - address:  same
    - port:     same

I added a Chat Bot which can answer next commands: 'дата', 'день', 'месяц', 'год', 'время', 'час', 'минуты', 'секунды',

About

Using Socket class for implementation client sockets; it has one chatbot and several commands

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages