mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
721 B
26 lines
721 B
5 years ago
|
## ascii-art-web
|
||
|
|
||
|
### Objectives
|
||
|
|
||
|
Ascii-art-web consists on creating and running a server, in which it will be possible to use a web **GUI** (graphical user interface) version of your last project, ascii-art.
|
||
|
|
||
|
This project will help you learn about :
|
||
|
|
||
|
- Client utilities.
|
||
|
- The basics of web :
|
||
|
- Server
|
||
|
- HTML
|
||
|
- HTTP
|
||
|
- Ways to receive data.
|
||
|
- Ways to output data.
|
||
|
- Manipulation of strings.
|
||
|
|
||
|
### Instructions
|
||
|
|
||
|
- The web server must be created in **Go**.
|
||
|
- The code must respect the [good practices](https://github.com/01-edu/public/good-practices.en.md)..
|
||
|
- The project must have files written in HTML.
|
||
|
|
||
|
### Usage
|
||
|
|
||
|
- [Here's an example.](http://patorjk.com/software/taag/#p=display&f=Graffiti&t=Type%20Something%20)
|