Skip to content
forked from mixmesh/apptools

Application tools for Erlang (gen_server is the devil)

Notifications You must be signed in to change notification settings

joagre/apptools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application tools

A set of services and libraries to make it easier to write applications and daemons in Erlang

Files

An extendible config server which makes it possible for applications to have data driven config files in JSON format
./src/log_serv.erl
./src/test_engine.erl
Used by the ./mixmesh/bin/run_test command to make it easy to start a test
./src/serv.erl
A light-weight gen_server replacement which brings the fun back to server programming
./include/bits.hrl
Your favourite bit manipulation macros
./include/shorthand.hrl
A number of BIFs have fairly long names. A bunch of shorthand macros comes to the rescue.

About

Application tools for Erlang (gen_server is the devil)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 97.9%
  • Makefile 2.1%