4

Is there a Sinatra-like web-framework for Pharo?

Or can the Zinc-HTTP-components do that more or less out-of-the-box?

Thanks!

Sebastian N.
  • 1,962
  • 15
  • 26
  • A similar question is found [here](http://stackoverflow.com/questions/4513334/microframeworks-for-squeak-pharo-web-service/13691660) – Sebastian N. Dec 03 '12 at 21:47

2 Answers2

3

Depending on your exact needs, Seaside-REST might also be interesting .

Stephan Eggermont
  • 15,847
  • 1
  • 38
  • 65
  • Thank you, I think it does what I want. It can be used to **serve web-pages** a la Sinatra. For interested users, read the chapter on REST services in the [online Seaside book](http://book.seaside.st/). – Sebastian N. Dec 04 '12 at 08:54
2

I have been kindly pointed to Ratpack by Tim Felgentreff

http://ss3.gemstone.com/ss/RatPack.html

He also has a github repository, probably with more up-to-date code:

https://github.com/timfel/ratpack

Sebastian N.
  • 1,962
  • 15
  • 26
  • The ss3 version, as of Dec 2012, does not work with Pharo 1.4 out of the box. There are some deprecated methods and incompatibilities. Have not tried the github version yet. – Sebastian N. Dec 03 '12 at 12:18