Skip to content

spacesoldier/nodeServiceExperiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodeServiceExperiment

A newbie experiment about building a REST service application on Node.js without any specific framework except, maybe, RxJs

At the moment, the service can perform the following functions:

  • receive Http requests
  • send Http requests to external services

Project structure

This project consists of two main parts:

  • self-made microframework
  • custom logic layer

Additional features:

  • automatic feature discovery
  • external configuration using Yaml
  • logging

About

a prototype of a configurable REST service on Node.js written for Java developers who likes the Spring Boot way of building the apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors