Browse Source

Updated readme

Wirecog 6 years ago
parent
commit
11586c292f
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      Readme.md

+ 9
- 0
Readme.md View File

@@ -1,11 +1,20 @@
1 1
 <p align="center"><a href="http://isomorphicgo.org" target="_blank"><img src="https://github.com/isomorphicgo/isogoapp/blob/master/static/images/isomorphic_go_logo.png"></a></p>
2 2
 
3
+
3 4
 # Isomorphic Go App (isogoapp)
4 5
 
5 6
 [![Go Report Card](https://goreportcard.com/badge/github.com/isomorphicgo/isogoapp)](https://goreportcard.com/report/github.com/isomorphicgo/isogoapp)
6 7
 
7 8
 A basic, barebones web app, intented to be used as a starting point for developing an [Isomorphic Go](http://isomorphicgo.org) application.
8 9
 
10
+
11
+## Live Demo
12
+Please note, that the isogoapp is rather simple and does not demonstrate all the features of Isomorphic Go.
13
+
14
+For a more comprehensive demonstration, please visit the live demo of IGWEB, an Isomorphic Go web application demo available at [http://igweb.kamesh.com](http://igweb.kamesh.com)
15
+
16
+The source code for the live demo is available here: [https://github.com/EngineerKamesh/igb](https://github.com/EngineerKamesh/igb)
17
+
9 18
 ## Installation on Unix-like OS
10 19
 
11 20
 The instructions assume that you are using a Unix-like operating system (e.g. BSD, Linux, Mac OS, etc).