mirror of
https://github.com/practical-tutorials/project-based-learning.git
synced 2024-11-24 12:31:13 +00:00
add build http server with java
This commit is contained in:
parent
95a08a8634
commit
1e481e9523
|
@ -6,6 +6,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
|
||||||
|
|
||||||
## Table of Contents:
|
## Table of Contents:
|
||||||
* [C/C++](#cc)
|
* [C/C++](#cc)
|
||||||
|
* [Java](#java)
|
||||||
* [JavaScript](#javascript)
|
* [JavaScript](#javascript)
|
||||||
* [Python](#python)
|
* [Python](#python)
|
||||||
* [Go](#go)
|
* [Go](#go)
|
||||||
|
@ -22,6 +23,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
|
||||||
* [How to Make Minecraft in C++/OpenGL](https://www.youtube.com/playlist?list=PLMZ_9w2XRxiZq1vfw1lrpCMRDufe2MKV_)
|
* [How to Make Minecraft in C++/OpenGL](https://www.youtube.com/playlist?list=PLMZ_9w2XRxiZq1vfw1lrpCMRDufe2MKV_)
|
||||||
* [How to Write an Emulator (CHIP-8 interpreter)](http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/)
|
* [How to Write an Emulator (CHIP-8 interpreter)](http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/)
|
||||||
|
|
||||||
|
## Java:
|
||||||
|
* [Build a Simple HTTP Server with Java](http://javarevisited.blogspot.com/2015/06/how-to-create-http-server-in-java-serversocket-example.html)
|
||||||
|
|
||||||
## JavaScript:
|
## JavaScript:
|
||||||
* [Create Serverless React.js Apps](http://serverless-stack.com/)
|
* [Create Serverless React.js Apps](http://serverless-stack.com/)
|
||||||
* [Create a Trello Clone](http://codeloveandboards.com/blog/2016/01/04/trello-tribute-with-phoenix-and-react-pt-1/)
|
* [Create a Trello Clone](http://codeloveandboards.com/blog/2016/01/04/trello-tribute-with-phoenix-and-react-pt-1/)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user