Skip to content

y0d3n/Yaba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yaba

サーバーサイドとクライアントサイド、それぞれの言語のやってることの違いを学ぶ。
サーバ・クライアントの区別をつけ、WebSecを理解しやすくなるのが目標。

起動方法

sudo service docker start
git clone git@github.com:y0d3n/Yaba.git
cd Yaba
sudo docker-compose up

HTML: http://localhost:8000/
PHP: http://localhost:8001/

1 - hello world

hello world

2 - 7 * 7

PHPを使うことで計算や色々なことができるようになることを学ぶ

3 - URL query

URLクエリの受取り方について。
クライアント側とサーバ側の違いイメージをつかむ

4 - POST

POSTリクエストの受取りについて。
サーバサイド言語の必要性を学ぶ

5 - Cookie

Cookieによるセッション管理

About

1年生に向けた教材用リポジトリ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published