Skip to content

Example implementation of a Nodejs - Java client -server implementation

Notifications You must be signed in to change notification settings

krishnan2107/NodeJS-Java-implementation-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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 !

    About

    Example implementation of a Nodejs - Java client -server implementation

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages