jneen / balls

Bash on Balls
MIT License
858 stars 44 forks source link

Some questions about framework #11

Closed zlakomanoff closed 8 years ago

zlakomanoff commented 8 years ago

Please explain how to use your framework, with examples. Regads.

zlakomanoff commented 8 years ago

I create *.sh action with code

b:GET "/" "main"

function main(){
   http::status "200"
   title="Main page"
   render::esh test.html.esh
}

first request works well, second fail to stdout question marks, like this write(stdout): ????? ?????? but browser take response well with uncorrect headers

unregistered request down to infinite loop browser and server

i use arch linux please help

laughinghan commented 8 years ago

We already have an issue open for examples, hope that's helpful: https://github.com/jneen/balls/issues/2

zlakomanoff commented 8 years ago

Are you read my second comment ?

laughinghan commented 8 years ago

sorry man, this is an old project that isn't really being maintained anymore