Skip to content

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Said

Web chat program in Erlang.

Build

rebar3 compile
rebar3 release

Run

# Start as a program in foreground
./_build/default/rel/said/bin/said foreground

# Open web page to chat
xdg-open http://localhost:10000

# Build & run container using podman, docker, colima etc.
podman build --tag ajb0wers/said .
podman run -p 10000:10000 --rm --name said ajb0wers/said

# Stop the named container
podman stop said

About

Experiments in Erlang, Websockets & Htmx

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages