rem’s avatarrem’s Twitter Archive—№ 75,288

  1. I need to provide some server examples for a thing I've written. I've included Nodejs, PHP and Python. Are there any other glaringly obvious ones I've missed (Ruby?) - needs to be done with zero deps too (i.e. self contained server.[ext])
    1. …in reply to @rem
      Good lord, go took me 30 minutes to write, PHP took me 30 minutes how to write to stderr - I'm *extremely* rusty on PHP obviously!
      1. …in reply to @rem
        though amazingly once I got past the "how do I do console.log" the rest of the server example was written in 5 minutes. So that's good :) On to python!
    2. …in reply to @rem
      Okay, this is aimed squarely at beginners - ie. those who wouldn't know how to write a server, but I'm going to add Go and Ruby. Go is relatively easy for me (so long as the bar is low). Ruby is very rusty - I'm sure I'll be fine (I'm never fine with Ruby, always goes wrong!)