I have a setup consisting of multiple servers (written in Java) that need to communicate towards a central server, posting status updates every so often. These status updates will get written to a database, probably MongoDB/Mongoose which will be handled by the web end via REST.
I have been looking at Restify and Express as two ways to approach this problem. The website will query the database as well as the REST api.
How should I approach this? Should I use both Restify and Express to create a website with an API? Should I use Railway? Thanks.