Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Latest commit

 

History

History
executable file
·
24 lines (13 loc) · 319 Bytes

README.md

File metadata and controls

executable file
·
24 lines (13 loc) · 319 Bytes

frank

yet another sinatra-like microframework

Example:

var f = require('frank'),
	get = f.get, run = f.run;

get('/').write('ok').end();
get('/js').send('path/to/javascript.js').end();

run(8888);

more info soon...

MIT License

2010, Murilo Santana

mvrilo@gmail.com