Is it possible to implement node js application as spring eureka client? I use eureka-js-client to register spring eureka server, it always answers with 404 error.
Look at the README eureka-js-client for some useful tips for this error.
If you are using Spring Cloud, most likely you will want to install servicePathin the section of eurekayour client configuration on /eureka/apps/.
servicePath
eureka
/eureka/apps/
Yes Maybe check these three files in repo .
eureka: { host: 'localhost', port: 8761, servicePath: '/eureka/apps/' }
server.js ( , , IP- )