Skip to content

hiekata-lab/webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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サーバーからデータを取得する簡単な例に過ぎません。