Coder Social home page Coder Social logo

asdlei99 / xwing-engine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vladx/xwing-engine

0.0 1.0 0.0 5.38 MB

OpenTube is a powerful open source video hosting engine that designed for extremely high loads. It uses built-in HTTP server to handle requests without overheads.

Home Page: http://xpast.me/

License: GNU General Public License v3.0

JavaScript 1.21% Python 1.66% C++ 44.51% C 52.62%

xwing-engine's Introduction

Xwing

WHAT IS XWING?

Xwing is a powerful open source video hosting engine which is designed for extremely high loads. It uses event-driven model combined with multithreading. Xwing completely written in C++. Xwing can be paired with any well-known HTTP-server using FastCGI protocol.

BUILDING

To build Xwing, you will need CMake build system. If you are building for Linux, you can install the appropriate package from the repositories. CMake for other operating systems can be found on the official site.

First, you need to generate Makefile

$ cmake .

Secondly, you need to compile source files

$ make

or

$ mingw32-make

if you are using MinGW, or

$ nmake

if you are using MS Visual C++.

RUNNING

To run Xwing, enter

$ ./objs/xwing-server

If it does not started, check the log file for errors. To find the location of the log file, view configuration file (server.json). If the log file is empty or does not exist, check syslog.

REPORTING BUGS

Send your bug to [email protected] or [email protected] with the subject "Xwing bug". You can also use this bug tracker. Thank you.

LICENSE

Xwing is free software and distributed under the terms of the GNU General Public License v3. See COPYING file for details.

xwing-engine's People

Contributors

vladx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.