Skip to content

Minimal working examples for different N2O features with poor documentation.

Notifications You must be signed in to change notification settings

yashrk/N2O_MWEs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal working examples for different N2O features

N2O is an innovative, fast, open source, but not too well documented web framework for Erlang.

Here are my examples of using different N2O features.

Tools needed

You need to download mad. Run following commands in the root directory of the project:

wget https://github.com/synrc/mad/raw/master/mad
chmod +x mad

How to run examples

cd $EXAMPLE_NAME
../mad deps compile plan repl

Then open in browser http://localhost:8001

How to create your own example

Run following command in the root directory of the project:

./mad app $EXAMPLE_NAME

About

Minimal working examples for different N2O features with poor documentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published