trinopoty / socket.io-server-java

Socket.IO Server Library for Java
Other
183 stars 51 forks source link

I did not get #15

Closed SudoDios closed 3 years ago

SudoDios commented 3 years ago

The document is not complete. How do we start a server now ? How do we specify the IP address and port ?

trinopoty commented 3 years ago

I'm assuming you're coming from node.js because last time someone asked this, he was. This is not a standalone server. You need to configure any of the available java web servers (I use Tomcat personally) and deploy a project that calls into this library using the provided api. How to go about actually doing that is outside the scope of the documentation because every webserver provides a different mechanism for that.