added website and web socket handler

This commit is contained in:
ori agranat
2019-09-11 20:28:56 +03:00
parent e72bb51308
commit fc554d6bd6
47 changed files with 1929 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
import Handlers.Web.Server;
public class Main {
public static void main(String [] args) {
Server.main(8888);
}
}