This is an implementation of ELIZA originally designed by professor Joseph Weizenbaum of MIT around 1964. This example was made using the Meteor Framework.
Behind the Eliza facade, lies a chat application. To access it perform the following incantations on the message input:
-
my name is
somename
.This will set your prompt name. Required to proceed.
-
create room
This will create a room that you will automatically enter. Remember the room name and password to enter the room the next time around.
-
enter room
This will show a similar prompt to create room. Enter an existing room name and password.
-
leave room
This will exit the room and will show the previous Eliza session.
-
destroy room
This destroys the room and all the messages in it.