Skip to content

standenboy/string-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

string chat

a very simple chat protocol writen in pure c

run the server and then any number of clients (less than the number MAXCLIENTS defined in server.c)

they call all message eachother and use the following commands

/nick --- will set a nick name that is append on to the start of each message

/exit --- will safely disconnect the user from the server (ctrl+c does this too)

/join --- will join a specific channel, default is #main

todo

message history // done!

client config file

make the client act like sic, which takes input and output from a file (allows for larger clients to be writen in any language)

About

A small simple messaging protocol, designed around strings

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published