Browse Source

Preparation to make this research project public

Luis Figueiredo 8 years ago
parent
commit
1168630f2d
4 changed files with 19 additions and 5 deletions
  1. 19 0
      README.md
  2. 0 5
      doc/README.md
  3. BIN
      doc/assets/bundle-list.png
  4. BIN
      doc/assets/web-bundle-list.png

+ 19 - 0
README.md

@@ -0,0 +1,19 @@
+hci
+=====
+
+Introduction:
+---------------
+Researching a way to bring java alike OSGi to nodejs for hot swappable modules.   
+This is not an intention to replace nodejs modules but a way to swap certain areas of the application such as bringing new versions without a restart
+
+
+Running examples:
+-------
+
+
+
+Cli bundle list
+![bundles](doc/assets/bundle-list.png)
+
+Web based bundle listing   
+![bundles](doc/assets/web-bundle-list.png)

+ 0 - 5
doc/README.md

@@ -1,5 +0,0 @@
-# HCI - Continuous Integration
-
-
-##
-

BIN
doc/assets/bundle-list.png


BIN
doc/assets/web-bundle-list.png