Coder Social home page Coder Social logo

asdlei99 / zarya Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anduin2017/zarya

0.0 1.0 0.0 99 KB

Zarya is a web development framework based on C++, Linux and MVVM patten.

License: Apache License 2.0

C++ 69.71% C 12.29% Shell 0.39% CSS 0.26% HTML 17.35%

zarya's Introduction

Zarya

使用方法: 启动Zarya后,将会以wwwroot目录作为Web应用的根目录,以8080作为端口号,承载Web应用程序。

这个项目为什么后来不再被维护了

我在维护Zarya后,突然认识到原来做一个Web Server要处理的细节实在是太多了……

中间件、缓存、依赖注入、断点续传、ETag、Cookie、上下文发现和响应渲染、性能、过滤器、保护器……

对Zarya感兴趣的朋友,它没有完工,只有基础的静态文件承载能力。如果你愿意扩展它,请带走这份代码。

如何运行

运行需要的环境:

  • Linux (Windows 下不支持)

运行前需要安装:

  • bower
  • npm
  • git
  • g++

运行前需要准备:

bower install
npm install

启动项目所需的命令:

./start.sh

之后启动浏览器,访问下面地址:

http://localhost:9000/

如果能够正常体验应用,那么恭喜,你已经完成了该项目的编译、链接和运行!

如何部署到生产环境中

尚未完成

如何扩展开发

目录说明

中间件说明

关键文件

如何贡献

zarya's People

Contributors

anduin2017 avatar wendymomo 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.