[View]
[Edit]
[Lock]
[References]
[Attachments]
[History]
[Home]
[Changes]
[Search]
[Help]
Start the Cmd8 server
Steps to start the Cmd8 server
Download the Node.zip file from
node framework folder
.
Decompress the files in a new folder
Execute the batch file to start the server (see build/_again.bat)
Access to your (local) server e.g.
http://localhost:8080
from multiple browsers/apps
To identify a chat client evaluate
Cmd8Client current nickname: #user1 salutation: 'Hello I am sample1'
To evaluating something on the server evaluate
Cmd8Client showIt: '3+4'
References
Browse Cmd8Client class to know more on Cmd8 features...
See server.st under build/cmd8 to read about server side implementation