|
5 | 5 |
|
6 | 6 | > Revision 1/07/2016 cs7.1 |
7 | 7 |
|
8 | | -* [Running the server](ChatScript-ClientServer-Manual.html#running-the-server) |
9 | | -* [Unique User Names](ChatScript-ClientServer-Manual.html#unique-user-names) |
10 | | -* [ChatScript protocol](ChatScript-ClientServer-Manual.html#chatscript-protocol) |
11 | | -* [Communicating with the Server](ChatScript-ClientServer-Manual.html#communicating-with-the-server) |
12 | | -* [Testing the server](ChatScript-ClientServer-Manual.html#testing-the-server) |
13 | | -* [Revising a live server](ChatScript-ClientServer-Manual.html#revising-a-live-server) |
14 | | -* [Revising a topic](ChatScript-ClientServer-Manual.html#revising-a-topic) |
15 | | -* [Preparing for compiling on a server](ChatScript-ClientServer-Manual.html#preparing-for-compiling-on-a-server) |
16 | | -* [Testing for server presence](ChatScript-ClientServer-Manual.html#testing-for-server-presence) |
17 | | -* [Server crashes and cron](ChatScript-ClientServer-Manual.html#server-crashes--cron) |
18 | | -* [CPU vs IO bound](ChatScript-ClientServer-Manual.html#cpu-vs-io-bound) |
19 | | -* [Memory issues with multiple servers on a machine](ChatScript-ClientServer-Manual.html#memory-issues-with-multiple-servers-on-a-machine) |
20 | | -* [Commands affecting the server](ChatScript-ClientServer-Manual.html#commands-affecting-the-server) |
21 | | -* [Command Authorization](ChatScript-ClientServer-Manual.html#command-authorization) |
22 | | -* [RESTful server](ChatScript-ClientServer-Manual.html#restful-server) |
23 | | -* [Encryption](ChatScript-ClientServer-Manual.html#encrption) |
| 8 | +* [Running the server](ChatScript-ClientServer-Manual.md#running-the-server) |
| 9 | +* [Unique User Names](ChatScript-ClientServer-Manual.md#unique-user-names) |
| 10 | +* [ChatScript protocol](ChatScript-ClientServer-Manual.md#chatscript-protocol) |
| 11 | +* [Communicating with the Server](ChatScript-ClientServer-Manual.md#communicating-with-the-server) |
| 12 | +* [Testing the server](ChatScript-ClientServer-Manual.md#testing-the-server) |
| 13 | +* [Revising a live server](ChatScript-ClientServer-Manual.md#revising-a-live-server) |
| 14 | +* [Revising a topic](ChatScript-ClientServer-Manual.md#revising-a-topic) |
| 15 | +* [Preparing for compiling on a server](ChatScript-ClientServer-Manual.md#preparing-for-compiling-on-a-server) |
| 16 | +* [Testing for server presence](ChatScript-ClientServer-Manual.md#testing-for-server-presence) |
| 17 | +* [Server crashes and cron](ChatScript-ClientServer-Manual.md#server-crashes--cron) |
| 18 | +* [CPU vs IO bound](ChatScript-ClientServer-Manual.md#cpu-vs-io-bound) |
| 19 | +* [Memory issues with multiple servers on a machine](ChatScript-ClientServer-Manual.md#memory-issues-with-multiple-servers-on-a-machine) |
| 20 | +* [Commands affecting the server](ChatScript-ClientServer-Manual.md#commands-affecting-the-server) |
| 21 | +* [Command Authorization](ChatScript-ClientServer-Manual.md#command-authorization) |
| 22 | +* [RESTful server](ChatScript-ClientServer-Manual.md#restful-server) |
| 23 | +* [Encryption](ChatScript-ClientServer-Manual.md#encrption) |
24 | 24 |
|
25 | 25 | While the system defaults to running as a stand-alone chatbot under Windows, when run |
26 | 26 | under LINUX it defaults to being a server. |
|
0 commit comments