Skip to content

Sov-trotter/REPLChat.jl

Repository files navigation

REPLChat

Stable Dev Build Status

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>")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published