Skip to content

maze-le/minimal-cowboy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal-Cowboy

This is a minimal example for integration of the cowboy-webserver into an erlang/otp application stack.

The build-system is based on GNU/make and rebar.

Resolve the cowboy dependency with:

make deps

Build and start the application with:

make build
make start

Access your webserver on localhost:8080. The default-port is 8080, it is defined in the mincb_app-module.

About

Minimal erlang/otp application, that integrates the cowboy webserver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published