Chat Server using Functional Programming Language Erlang.
- open terminal.
- go to directory containing chat_server file.
- compile the chat server using c(chat_server).
- run the server using chat_server:start(PORTNUMBER).
Group Chat.Personal Message.Notify on joining or Leaving of a client.Test using a basic client.
- CONNECT:NICKNAME.
- PRIVATE:NICKNAME:RECEIVER_NICKNAME:MESSAGE.
- CAST:NICKNAME:MESSAGE.
- LEAVE:NICKNAME.
- Chat Client in C++ using QT and Socket Programming.