SkillAgentSearch skills...

Chat

Elixir chat client/server protocol over TCP sockets

Install / Use

/learn @antonpetkoff/Chat
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Chat

Running the server

cd apps/server/ CHAT_PORT=4040 mix run --no-halt

Running the client

cd apps/client/ SERVER_HOST=localhost SERVER_PORT=4040 mix run --no-halt

Running the tests

mix test in this directory runs all tests

Architecture

alt text

Peer-to-peer File Transfer Protocol

alt text

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks0

Languages

Elixir

Security Score

70/100

Audited on Sep 6, 2024

No findings