NAPSYX has quit [Remote host closed the connection]
tomchapin has joined #crystal-lang
vikaton has quit [Quit: Connection closed for inactivity]
tomchapin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Davy_CC has joined #crystal-lang
SolarSailor has joined #crystal-lang
<SolarSailor>
Hi guys - I'm enjoying Crystal really much, and I would like to use it for an upcoming project. I need a Sinatra-like web framework (with abstractions for session handling) and a library like Nokogiri. I've browsed through the available shards, and I have some candidates, but I would like to get your recommendations wrt. maturity. What would you recommend?
SolarSailor has quit [Ping timeout: 260 seconds]
trapped has joined #crystal-lang
SolarSailor has joined #crystal-lang
SolarSailor has quit [Client Quit]
trapped has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
trapped has joined #crystal-lang
trapped has quit [Client Quit]
ismaelga has joined #crystal-lang
ismaelga has quit [Remote host closed the connection]
ismaelga has joined #crystal-lang
SolarSailor has joined #crystal-lang
<jhass>
SolarSailor: I like artanis, but there's no session handling inbuild. stdlib has some basic XML stuff binding libxml2 and HTTP::Cookie exposed as #cookies on the request and response objects. Another sinatra like framework gaining traction is kemal
<SolarSailor>
jhass: thanks, I'll definitely check it out
<jhass>
SolarSailor: keep in mind that HTTP::Cookie by itself isn't secure, it's not signed, encrypted or anything
ismaelga has quit [Remote host closed the connection]
ismaelga has joined #crystal-lang
ismaelga has quit [Remote host closed the connection]
ismaelga has joined #crystal-lang
trapped has joined #crystal-lang
ismaelga has quit [Remote host closed the connection]
danzilio has quit []
danzilio has joined #crystal-lang
ismaelga has joined #crystal-lang
trapped has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
trapped has joined #crystal-lang
ismaelga has quit [Remote host closed the connection]
ismaelga has joined #crystal-lang
mroth has quit []
mroth has joined #crystal-lang
<SolarSailor>
jhass: Important details for sure. :-)
<asterite>
In case the one asking about command line options, it was probably because you have to do `crystal program.cr -- -p 80` instead of `crystal program.cr -p 80`... or, `crystal program.cr && ./program -p 80`. These kind of questions are better for the group page, easier to chat offline
ismaelga has quit [Remote host closed the connection]
jamie_ca has quit [Ping timeout: 245 seconds]
jamie_ca has joined #crystal-lang
greengriminal has joined #crystal-lang
ismaelga has joined #crystal-lang
SolarSailor has quit [Quit: My Turing machine has gone to sleep. ZZZzzz…]
greengriminal has quit [Quit: Leaving]
gamemanj has joined #crystal-lang
trapped has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
trapped has joined #crystal-lang
guilleiguaran__ has quit []
guilleiguaran__ has joined #crystal-lang
trapped has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ismaelga has quit [Remote host closed the connection]
ismaelga has joined #crystal-lang
trapped has joined #crystal-lang
ismaelga has quit [Remote host closed the connection]
trapped has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ozra has joined #crystal-lang
kulelu88 has joined #crystal-lang
kulelu88 has quit [Changing host]
kulelu88 has joined #crystal-lang
kulelu88 has quit [Ping timeout: 246 seconds]
kulelu88 has joined #crystal-lang
SolarSailor has joined #crystal-lang
SolarSailor has quit [Quit: My Turing machine has gone to sleep. ZZZzzz…]
kulelu88 has quit [Ping timeout: 260 seconds]
kulelu88 has joined #crystal-lang
ozra has quit [Ping timeout: 252 seconds]
kulelu88 has quit [Ping timeout: 246 seconds]
gamemanj has quit [Ping timeout: 246 seconds]
kulelu88 has joined #crystal-lang
kulelu88 has quit [Ping timeout: 245 seconds]
kulelu88 has joined #crystal-lang
<BlaXpirit>
yup, let's encrypt works
ismaelga has joined #crystal-lang
<jhass>
I wish I could use the dns-01 challenge already though