Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.33 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.33 KB

webapp

This repository contains templates for building dockerized web application servers.

Navigate to the language you would like to use for your server. Currently contains:

*If you're not sure which one you want to use, we recommend you use the Python template. The python template utilizes Flask, a fairly easy and intuitive "microframework" for creating a server API, and a template for an html user interface. The java example, however, is merely a simple example of retrieving data from a basic HTTP Server.

webapp

このリポジトリには、Docker化されたWebアプリケーションサーバーを構築するためのテンプレートが含まれています。

サーバーに使用したい言語に移動してください。現在含まれているのは

*どちらを使うか迷ったら、pythonテンプレートを使うことをお勧めします。Pythonテンプレートは、サーバーAPIを作成するための、かなり簡単で直感的な「マイクロフレームワーク」であるFlaskと、htmlユーザーインターフェースのテンプレートを利用しています。javaの例は、基本的なHTTPサーバーからデータを取得する簡単な例に過ぎません。