Sunday 15 March 2015

Pseudocode of server scripting

Actor:
1. Google chrome web browser
2. An humble txt file
3. My own building IDE


Pseudocode
1. User klik a button in our http://something.html
2. Browser write "hello" to a file
3. IDE read that file (looply, every 1ms)
4. IDE read that file
5. IDE write "hello too.."
6. Web browser print that file to its browser

Explain the pseudocode
1. User klik a button
Build a webpage with 1 input button and 1 input text.

No comments:

Post a Comment