Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
uWSGI / examples / sputnik.ws
Size: Mime:
require('sputnik')
return sputnik.wsapi_app.new{
   VERSIUM_STORAGE_MODULE = "versium.sqlite3", 
   VERSIUM_PARAMS = {'/tmp/sputnik.db'},
   SHOW_STACK_TRACE = true,
   TOKEN_SALT = 'xxx',
   BASE_URL       = '/',
}