Skip to content

Unix4ever/fibonacci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server that returns fibonacci sequence

To start service

Debugging run:

  make run

Daemon mode:

  make daemon

Running tests

  make test

Running pep8

  make pep8

Running tests + pep8 + start app in debugging mode:

  make

Server default port is: 8080.

You can also run it by twistd command like this

  make env
  source env/bin/activate
  twistd -n fibonacci --port=8080 --bind-address=0.0.0.0

You can bind any port you like if you do so.

To show help

  twistd fibonacci --help 

About

Fibonacci sequence server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published