Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 936 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 936 Bytes

NodeJS-Java-implementation

Example implementation of a Nodejs-Java client Server implementation

Description

I had been looking for a NodeJs client to Java server implementation using sockets. After all the googling and searching I ended making this implementation up. The example files here are basic at best and useful for programmers looking for an initial scratch

Files

  • Form.js -- The node js form and client implementation that accepts the inputs
  • MyServerSocket.java -- The Java server that listens for incoming connections
  • Usage

    1. Open the java class and the nodejs implementation. Within both files change the default IP address.
    2. Run the server first (I imported the file to an IDE and ran it there )
    3. Run the nodejs implementation (YOu need to have node installed)
    4. Open up the IP address where the pages are stored.

    #Hope this helps... Thanks !