This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
iserve /
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Wed Oct 31 12:56:20 -0700 2007 | |
| |
Makefile | Sun Mar 08 14:53:41 -0700 2009 | |
| |
README.textile | Mon Mar 23 11:44:40 -0700 2009 | |
| |
cover.spec.in | Sun Mar 08 14:53:41 -0700 2009 | |
| |
doc/ | Sat Feb 28 09:06:26 -0800 2009 | |
| |
ebin/ | Sat Feb 28 08:44:52 -0800 2009 | |
| |
examples/ | Wed Mar 11 13:47:38 -0700 2009 | |
| |
include/ | Wed Nov 07 14:30:54 -0800 2007 | |
| |
src/ | Sun Mar 08 14:38:40 -0700 2009 | |
| |
test.spec.in | Sun Mar 08 14:53:41 -0700 2009 | |
| |
test/ | Wed Mar 11 13:47:38 -0700 2009 |
README.textile
Steps to get a simple test up:
- cd iserve
- make test
- erl -pa ./test
application:start(sasl).
application:start(iserve).
iserve:add_server(iserve_master, 6464, iserve_test, x). - Point your browser to http://localhost:6464/
You can add more http listeners, on other ports, served by other callback modules.
iserve:add_server(iserve_master, 6465, iserve_test2, x).
Then point your browser at http://localhost:6465/







