java - Deploy ServerSocket application -
i must implement little server app in java this:
public class serversimple { private socket socket = null; private serversocket server = null; public serversimple(int port) { seek { server = new serversocket(port); socket = server.accept(); open();
but wonder can deploy little socket server (with public ip address). seek aws ec2 or elastic beanstalk, it’s tomcat application isn't ? it’s possible aws ?
i’m using eclipse & git.
take @ nanohttpd. open source, lightweight implementation of http server.
java sockets amazon-web-services amazon-ec2
No comments:
Post a Comment