Skip to content

byronsalty/talkie

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
 
 
rel
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Talkie

A project to experience with clustering locally and hosted on Fly.io

This is a companion project for this article.

Run cluster locally

PORT=5000 elixir --name a@127.0.0.1 -S mix phx.server
PORT=5001 elixir --name b@127.0.0.1 -S mix phx.server

About

An example Phoenix 1.7 project to learn how to cluster nodes and use PubSub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published