Link Shortener is a free and useful service to create a short link then redirect to other links.
The service will soon be available on the Internet.
We will publish the URL. (SOON)
Client Side
- Pure CSS
- Vanilla Javascript
Librarys
- Bootstrap v4.3.1 (https://getbootstrap.com/)
- Vue.js v2.6.8
- Vue Resource v1.5.1
Web Server
- Nginx 1.14.2
- Jan
Database
- NoSql
Operation System
- Unix BSD
Server Side
- Ruby Programming Language
- Rust Programming Language
- Go Programming Language
- C Programming Language
- Python Programming Language
- ET Programming Language (Final version)
It was also tested with Ruby, Rust, Go technologies.
. ├── asset │ ├── ads.jpg │ ├── bootstrap.css │ ├── bootstrap.css.map │ ├── index.html │ ├── logo.svg │ ├── script.js │ ├── style.css │ ├── vue-resource.js │ └── vue.js ├── build │ ├── api.o │ ├── array.o │ ├── cgi.o │ ├── data.o │ ├── database.o │ ├── decodequery.o │ ├── layout.o │ ├── main │ ├── multipart.o │ ├── random.o │ ├── request.o │ ├── route.o │ └── socket.o ├── build.sh ├── serve ├── serve.pid ├── source │ ├── api.et │ ├── api.eth │ ├── array.et │ ├── array.eth │ ├── cgi.et │ ├── cgi.eth │ ├── data.et │ ├── data.eth │ ├── database.et │ ├── database.eth │ ├── decodequery.et │ ├── decodequery.eth │ ├── main.et │ ├── main.eth │ ├── multipart.et │ ├── multipart.eth │ ├── request.et │ ├── request.eth │ ├── route.et │ ├── route.eth │ ├── socket.et │ ├── socket.eth │ ├── random.et │ ├── random.eth │ ├── layout.et │ └── layout.eth └── test ├── decodequery ├── decodequery.et └── test.eth 4 directories, 54 files Any upload, copying and use of the works is forbidden.
- Read codes are allowed.
- Cut, copying code is not allowed.
- Uploading files is not allowed.
- Downloading for storing is not allowed.