diff options
Diffstat (limited to 'How to runs.txt')
| -rw-r--r-- | How to runs.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/How to runs.txt b/How to runs.txt new file mode 100644 index 0000000..5d73f16 --- /dev/null +++ b/How to runs.txt @@ -0,0 +1,21 @@ +This project is made with NodeJs. That's why it needs the environment to run this project.
+1) Donwload NodeJs installer from http://nodejs.org and Install it.
+2) Extract the source file and run the command prompt
+ (For LinuxOS, terminal app.)
+3) Run the following command in the source directory
+ -> node app
+
+The server port is 9000.
+
+Open the browser and type the url: http://localhost:9000
+
+About the chat app.
+1) Type the username and roomname.
+2) Click Enter button.
+ (The user can enter the chat by clicking enter key in the roomname field.)
+
+Used Javascripts:
+ jQuery, jQueryEasyUI.
+
+
+
|
