Chat with your friends/colleagues from the Julia Language REPL itself!
using REPLChat
# creates a user
Client.createUser("<your_user_name>", "<password>")
# logs you in
Client.loginUser("<your_name>", "<password>")
# send message to a user
Client.sendMessages("<to_user>", "<message body>")
# fetch the latest message from a user(send to the logged in user)
Client.getMessage("<from_user>")