Skip to content

Add some security related information #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@

### Client-side

Client-side technologies run in your web browser (e.g Firefox, Google Chrome or Internet Explorer). The three main client-side technologies are:
Client-side technologies run in your web browser (e.g Firefox, Google Chrome or Internet Explorer) and it can easily hackable. Client-side are so quick because it can check the input in brouser. The three main client-side technologies are:

1. HTML
2. CSS
3. Javascript

### Server-side

Server-side technologies run on the server. There are many more possibilities here.
Server-side technologies run on the server and it can't be easily hackable. Server-side technologies are quite slow because first it send the input on server and then check the input. There are many more possibilities here.

Technology Description
Ruby on Rails A web development framework built on the Ruby programming language.
Expand Down