Skip to content

Instantly share code, notes, and snippets.

@rlb3
Created December 29, 2022 21:50
Show Gist options
  • Save rlb3/9b12691f3f620c26851f692daa1a64ca to your computer and use it in GitHub Desktop.
Save rlb3/9b12691f3f620c26851f692daa1a64ca to your computer and use it in GitHub Desktop.
Erlang web server
:inets.start(:httpd, [port: 0, server_name: 'monkl', server_root: '.', document_root: './docs', bind_address: {127,0,0,1}])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment