gordonbrander + server   9

screen(1) - Linux man page
Screen is an easy way to have long-running processes on a server -- think Node or Rails -- without setting up a daemon. The idea is that you start a new session, create whatever processes you want to within that session and then push the process into the "background" (Ctl+a d). Screen handles keeping the process running in the background. To see running processes (screen -r).
*nix  server  nodejs 
december 2011 by gordonbrander
Tech Tip: Really Simple HTTP Server with Python | Linux Journal
Python comes with a small webserver for local web development. To start one:

cd some/dir/
python -m SimpleHTTPServer
python  web  development  server 
november 2011 by gordonbrander
Green Unicorn - Welcome
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model ported from Ruby's Unicorn project.
django  python  web  server  opensource 
october 2011 by gordonbrander

Copy this bookmark:



description:


tags: