synchronized su awarenes e chat via tcp
This commit is contained in:
20
socket_chat_tcp/LaunchServer.java
Normal file
20
socket_chat_tcp/LaunchServer.java
Normal file
@@ -0,0 +1,20 @@
|
||||
package socket_chat_tcp;
|
||||
|
||||
/**
|
||||
* Created with xgiovio.macbookair.
|
||||
* User: xgiovio
|
||||
* Date: 02/12/14
|
||||
* Time: 18:20
|
||||
*/
|
||||
public class LaunchServer {
|
||||
|
||||
public static void main (String[] args) {
|
||||
|
||||
Server s = new Server(20000);
|
||||
s.launch();
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user