Sha256: 4c44e0883b16b17412704bf0c39758b0794a86a1b2d0e26cb8932e7220bb1846

Contents?: true

Size: 984 Bytes

Versions: 95

Compression:

Stored size: 984 Bytes

Contents

#!/usr/bin/ruby
#
# This file is part of CPEE.
#
# CPEE is free software: you can redistribute it and/or modify it under the terms
# of the GNU General Public License as published by the Free Software Foundation,
# either version 3 of the License, or (at your option) any later version.
#
# CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.  See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with
# CPEE (file COPYING in the main directory).  If not, see
# <http://www.gnu.org/licenses/>.

require 'rubygems'
gem 'nokogiri'
require File.expand_path(File.dirname(__FILE__) + '/../lib/cpee/implementation')

Riddl::Server.new(CPEE::SERVER, :port => 8298) do |opts|
  accessible_description true
  cross_site_xhr true
  process_out false

  use CPEE::implementation(opts)
end.loop!

Version data entries

95 entries across 95 versions & 1 rubygems

Version Path
cpee-2.1.75 server/server.rb
cpee-2.1.74 server/server.rb
cpee-2.1.73 server/server.rb
cpee-2.1.71 server/server.rb
cpee-2.1.70 server/server.rb
cpee-2.1.69 server/server.rb
cpee-2.1.68 server/server.rb
cpee-2.1.67 server/server.rb
cpee-2.1.66 server/server.rb
cpee-2.1.64 server/server.rb
cpee-2.1.63 server/server.rb
cpee-2.1.62 server/server.rb
cpee-2.1.61 server/server.rb
cpee-2.1.60 server/server.rb
cpee-2.1.59 server/server.rb
cpee-2.1.58 server/server.rb
cpee-2.1.57 server/server.rb
cpee-2.1.56 server/server.rb
cpee-2.1.55 server/server.rb
cpee-2.1.54 server/server.rb