You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

github.com/drwrong/finalproject_ui

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/drwrong/finalproject_ui

v0.0.0-20150522122008-ee1081eefad5
Version published
Created

#the UI Server of an Service composition system It is built under the framework Macaron and Thrift As an Web Service it invoke the internal weatherInfoService and securityService to provide an combined service

Directory structure

  • conf/ the system's configure file, The connection info of weatherInfoService and securityService is configured there.
  • controller/ following the MVC pattern it server as the web service's controller, it process the http request from Browser.
  • public/ static file like css and js file
  • utils/ some commonly used codes like get Configure , get Service Client and so on.
  • views/ template views. it use pongo2 template render engine to render.

FAQs

Package last updated on 22 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts