Skip to content

Commit 1e481e9

Browse files
committed
add build http server with java
1 parent 95a08a8 commit 1e481e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
66

77
## Table of Contents:
88
* [C/C++](#cc)
9+
* [Java](#java)
910
* [JavaScript](#javascript)
1011
* [Python](#python)
1112
* [Go](#go)
@@ -22,6 +23,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
2223
* [How to Make Minecraft in C++/OpenGL](https://www.youtube.com/playlist?list=PLMZ_9w2XRxiZq1vfw1lrpCMRDufe2MKV_)
2324
* [How to Write an Emulator (CHIP-8 interpreter)](http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/)
2425

26+
## Java:
27+
* [Build a Simple HTTP Server with Java](http://javarevisited.blogspot.com/2015/06/how-to-create-http-server-in-java-serversocket-example.html)
28+
2529
## JavaScript:
2630
* [Create Serverless React.js Apps](http://serverless-stack.com/)
2731
* [Create a Trello Clone](http://codeloveandboards.com/blog/2016/01/04/trello-tribute-with-phoenix-and-react-pt-1/)

0 commit comments

Comments
 (0)