... | ... | @@ -49,13 +49,13 @@ See also: |
|
|
|
|
|
### Web Server
|
|
|
* [Apache HTTP Server]
|
|
|
* [NGINX]
|
|
|
* ~~[NGINX]~~
|
|
|
|
|
|
### Back end
|
|
|
* Python framework ([Django])
|
|
|
* Server-side JavaScript framework ([NodeJS] + [MongoDB])
|
|
|
* PHP framework ([Symfony] or [CakePHP])
|
|
|
* Java framework ([Java Server Faces])
|
|
|
* Python framework ([Django]) + WSGI server ([Gunicorn])
|
|
|
* ~~Server-side JavaScript framework ([NodeJS] + [MongoDB])~~
|
|
|
* ~~PHP framework ([Symfony] or [CakePHP])~~
|
|
|
* ~~Java framework ([Java Server Faces])~~
|
|
|
|
|
|
### Front end
|
|
|
* [HTML5]
|
... | ... | @@ -68,15 +68,16 @@ See also: |
|
|
|
|
|
### Dataviz
|
|
|
* [D3] for sets, graphs and tree structures
|
|
|
* [ElasticSearch] + [Kibana]
|
|
|
* [Jupyter]
|
|
|
* ~~[ElasticSearch] + [Kibana]~~
|
|
|
* ~~[Jupyter]~~
|
|
|
|
|
|
### Continuous Integration
|
|
|
* Build automation tools
|
|
|
* [Apache Maven]
|
|
|
* [Apache Ant]
|
|
|
* [Gradle]
|
|
|
* [Bower]
|
|
|
* [Docker]
|
|
|
* ~~[Apache Maven]~~
|
|
|
* ~~[Apache Ant]~~
|
|
|
* ~~[Gradle]~~
|
|
|
* ~~[Bower]~~
|
|
|
* CI Server
|
|
|
* [Jenkins]
|
|
|
* [Travis]
|
... | ... | @@ -115,6 +116,7 @@ See also: |
|
|
[nodejs]:https://nodejs.org/en/
|
|
|
[mongodb]:https://www.mongodb.com/
|
|
|
[django]:https://www.djangoproject.com/
|
|
|
[gunicorn]:https://gunicorn.org/
|
|
|
[symfony]:https://symfony.com/
|
|
|
[cakephp]:https://cakephp.org/
|
|
|
[java server faces]:http://www.oracle.com/technetwork/java/javaee/javaserverfaces-139869.html
|
... | ... | @@ -141,6 +143,7 @@ See also: |
|
|
[Strider]:https://strider-cd.github.io/
|
|
|
[Gitlab CI]:https://about.gitlab.com/gitlab-ci/
|
|
|
[TeamCity]:https://www.jetbrains.com/teamcity/
|
|
|
[Docker]:https://www.docker.com/
|
|
|
[Apache Maven]:https://maven.apache.org/
|
|
|
[Apache Ant]:https://ant.apache.org/
|
|
|
[Gradle]:https://gradle.org/
|
... | ... | |